@charset "utf-8";
/* CSS Document */



/* If you choose to use a background-image but it does not show up in your browser, try the absolute path instead of relative as shown here. Of course you will use your own image. */

body   {
	background-color: #000;
	font-family: Arial, Tahoma, sans-serif;
	text-align: left;
	
	padding: 0;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
}

table  {
	width: 95%;
	background-color: #fff;
	font-size: small;
	color: #999;
	text-align: center;
		
}



p   {
	font-family: Arial, Tahoma, sans-serif;
	color: #999;
	text-align: center;
	padding-left: 20px;
}



h1   {
	font-family: Arial, Tahoma, sans-serif;
	color: #fff; /*red*/
	font-size: 30px;
	font-variant: normal;
	text-align: center;
	padding-left: 10px;
}



.note {
	color : #060;
	font-weight : bold;
}

.see {
	color : #630;
	font-weight : bold;
	font-size : 20px;
}

#copyright {
	text-decoration : none;
	text-align : center;
	font-size: 9px;
	background-position: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}


a {
		padding: 16px;
		text-decoration: none;
		margin: 10px auto;
}

/*start link styles*/

a:link   {
color: #fff; /*white*/
font-weight: bold;
}

a:visited   {
color: #966; /*mauve*/
text-decoration: none;
font-weight: bold;
}

a:hover   {

text-decoration: none;
}

a:active   {
	color: #66ffff; /*light aqua*/
	text-align: center;
}

