a:link {
	color: #0FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: none;
	color: #0CF;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

h1 {
	font-size:17px;
}
.bodyhead {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}

.box {
    width:400px;
    height:400px;
    position:fixed;
    margin-left:-200px;
    margin-top:-200px;
    top:50%;
    left:50%;
}.bodytext {
	font-family: Arial, Helvetica, sans-serif;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
