@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size:12px;
}
h3 {
	font-size:30px;
	color:#ff00ff;
}
strong {
	font-size:20px;
}
hr {
	width:50%;
}
img {
	width:400px;
	
}
a {
	color:#6666ff;
	font-size:16px;
	text-decoration:none;
}
a:hover {
	text-decoration:underline overline;
}
.special {
	background-color:#000000;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
}
.bg_white {
	background-color:white;
}
.fontTimesNewRoman {
	font-family:Times New Roman, serif;
}
.myfooter {
	border-top:1px black solid;
	text-align:center;
}
.myfooter a {
	font-family:"Courier New", Courier, monospace;
	font-size:85%;
	color:black;
}

