body,html{
	padding:0;
	margin:0;
}
body{
	scrollbar-Face-Color:#333399;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-Track-Color:#333399;
	scrollbar-Shadow-Color:#FFFFFF;
	scrollbar-Highlight-Color:#333399;
	scrollbar-DarkShadow-Color:#333399;
	background-color: #9999FF;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: justify;
}
h1{
display:none;
}
div.body{
	margin-left: 125px;
	margin-top: 170px;
	width: 600px;
}
td{
	font-size: x-small;
	text-align: center;
	padding-right: 75px;
}
p.dis{
	font-size: xx-small;
}


a:link{
color:#000033;
}
a:visited{
color:#333399;
}
a:hover{
color:#FFFFFF;
}
a:active{
color:#FFFFFF;
}


