/*-General-----------------------------------------------*/

h1, h2, h3, h4, h5, h6,  div {
	margin:0px;
	padding:0px;
}

body{
background-color:#000000;
}

/*-Main Layout-------------------------------------------*/

#overall {
	margin:0px 0px;
	padding:0px 0px 10px;
	font-family: helvetica, arial, sans;
}

/*-Remaining layout--------------------------------------*/

h1 { font-size: large;
	font-family: helvetica, arial, sans;
	color: #cc9900;}
h2 { font-size: large;
	font-family: helvetica, arial, sans;
	color: #cc9900;}
h3 { font-size: medium;
	font-family: helvetica, arial, sans;
	color: #cc9900;
}
h4 {font-size: medium;
	font-family: helvetica, arial, sans;
	color: #CC0000;
}
h5 { font-size: x-small;
color:#CC0000;}
h6 { font-size: xx-small}

p { font-family: helvetica, arial, sans;
	font-size:small;
	color: #cc9900;
}

a:link, a:visited {
	text-decoration: none;
	color: #0099cc;
}
a:hover, a:active {
	text-decoration:underline;
	color: #0099cc;
}

hr {
	color: #0099cc;
	text-align: center;
	width: 98%;
}

td {  font-size: small}

div{	
				float: right;
				background-color:#0099cc;
				width:225;
				font-family: goudy, times new roman, serif;
				color:#000000;
				padding-left:10;
				padding-right:10;
				padding-top:20;
				padding-bottom:20;
				text-align:left;
				font-size:small;
				}

