@charset "utf-8";
/* CSS Document */

/* Styles for my LVS homework site; created 03/24/03 */

/* 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: #999;
	font-family: Arial, Tahoma, sans-serif;
	text-align: left;
	color: #000066; /*dark blue*/
	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: #666;
	text-align: left;
	padding-left: 20px;
}



h1   {
	font-family: Arial, Tahoma, sans-serif;
	color: #999; /*red*/
	font-size: small;
	font-variant: normal;
	text-align: left;
	padding-left: 10px;
}



.note {
	color : #060;
	font-weight : bold;
}

.see {
	color : #630;
	font-weight : bold;
	font-size : 20px;
}

#copyright {
	text-decoration : underline;
	text-align : center;
	font-size: 9px;
	background-position: center;
}


a {
		padding: 16px;
		text-decoration: none;
}

/*start link styles*/

a:link   {
color: #999; /*gray*/
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;
}

