@font-face
{
font-family: oswald;
src: url(Oswald.ttf);
}
.buttonLink {
	border-radius: 3px;
    background-color: #9977ee;
    color: #000;
    margin: 2px 0px;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.buttonLink:link, .buttonLink:visited {
    background-color: #9977ee;
    color: #000;
    margin: 2px 0px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


.buttonLink:hover, .buttonLink:active {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}


hr {color:sienna;}
a:link {color:#9977ee; text-decoration:none;}      /* unvisited link */
a:visited {color:#9977ee;}  /* visited link */
a:hover {color:#FFFFFF;}  /* mouse over link */
body {background-color: #000000;}
div {
	padding: 0px 0px;
	margin: 0px 0px;
}
div.banner {
	width:100%;
	width:100%;
	text-align: center;
	}
div.body {
	width:900px; 
	font-family:oswald;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
	text-align: left; 
	border-left: 1px solid rgb(60,60,60);
	border-right: 1px solid rgb(60,60,60);
	padding: 2px;
	color: #CCC;
	}
hr.grey {
border: 1px solid rgb(60, 60, 60); width: 90%;
}
td {
color:#CCC;
}
div.left {
	float:left;
	width:196px;
	padding-left:4px;
	}
div.right {
	float:right;
	width:700px;
	}
div.img {
	float:left;
	padding-right: 4px;
	}
.clear {
      clear: both;
    }
    
