﻿a:link { 
	text-decoration: none;
	color: #00487B;
}


a:visited { 
	text-decoration: none;
	color: #00487B;
}

a:hover {
	text-decoration: underline;
	color: green;
	
}

.head {
	font-family: Rockwell;
	font-size: 28px;
	color: #00487B;
	font-weight: bold;
	text-align: left;

	
}


.h2 {
	font-family: Rockwell;
	font-size: 18px;
	color: black;
	font-weight: bold;
	text-align: left;

	}

.body {
	font-family: Arial;
	font-size: 14px;
	text-align: left;

	
}




.small {
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	}


.bottom {
	font-size: 12px;
	text-align: right;
}



.pic_border {
	border-width: 0px;
	} 

 
.border {
	border-style: solid;
	border-width: 2px;
	border-color: #808080;
} 

.bg {
	background-color: #F5F5F5;
} 

.content { width: 950px;
	max-width: 950px;
	     margin:0 auto;
}




.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

</style>
