BODY {    
	color: Black;
	font-family: "Comic Sans MS", sans-serif;
	background-color: White;
	background-image: url(bgrd.gif);
}

H3{
	font-size: 100%;
	font-weight: 500;
	margin-bottom: -10pt;
}

H4{
	font-size: 100%;
	font-weight: 600;
	margin-bottom: 0pt;
	text-align: left;
}

P, TD, FORM, BLOCKQUOTE, UL, DIV{
	font-size: 100%;
	text-align: justify;
}

#box {
	width: 95%; 	
	background-color: #eeeedd;
	border: solid 1px black;
	padding: 5pt;
}

A {
	color: #0099cc;
	font-size: 100%;
	font-weight : 800;
	text-decoration: none;
}

A:HOVER {
	color: yellow;
	background : red;
	text-decoration: none;
}

#logotop{
	left: 0px;	
	top: 0px;
	text-align: center;
	}

#main{
	padding-bottom: 1%;
	padding-left: 3%;
	padding-right: 3%;
}
	
#ends{
  text-align: center;
  font-size: 100%;  
  }

#caption{
	font-size: 75%;
	text-align: center;
	} 	
	
	
