body {
	background-color: #95004A;
	}

p {	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	}

td {	
	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	}
	
a, a:active
	{
	text-decoration:underline;
    color:#ff0;
	}
a:hover, a:visited
	{
	text-decoration:underline;
    color:#ff9;
	}
h1 { 	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	font-size: 32px;
	}

h2 { 	font-family: Times New Roman, Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	}


#box div{display:none;}

#box:hover div{
display:block;
position:fixed;left:480px;bottom:20px;
border:1px solid white;
padding:2px;
background-color: #95004A;
}
