/* CSS Document */

body
{
width:100%;
background-color:#000000;
background-image:url('image/homework-bg.jpg');
background-repeat:no-repeat;
background-position:top left;
background-attachment:fixed;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
font-weight:normal;
color:#CCCCCC;
}
contents{
width:50%;
float:right;
}
.style3 {color: #999999; font-size: 14px;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #FF9966;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
