body{
  color:black;
  font-size:9pt;
  background: white url(image/back.gif) no-repeat fixed center;
  text-align: center;
}

a{
  color:#960000;
}

a:hover{
  background-color:#960000;
	color:White;
	text-decoration:none;
}

hr{
  width:400px;
  text-align:left;
  border-color: black;
  border-style: solid;
}

h1{
  font-size:15pt;
  font-weight:bold;
}

h2{
  font-size:13pt;
  font-weight:bold;
  color:black;
}

h3{ font-size:11pt; }

table{ text-align:left; 
	   font-size:9pt;
	   border:3px Black solid;
	   background-color:White; }

td{ border:1px Black solid; }

.text{
  text-align: left;
  width:630px;
}

.bold{ font-weight:bold;}

.fontRed{ color:red;}

.large{ font-size:large; }