@charset "utf-8";
body {
	background-color: #130970;
	color: #0C3DD8;
}

body,td,th {
	font-family: Verdana, Tahoma, sans-serif;
}

h1 {
	font-size: 36px;
	color: #000044;
	text-align: center;
}

h2 {
	font-size: 24px;
	color: #000066;
	text-align:center;
}

h3 {
	font-size: 20px;
	color: #000088;
	
}

hr {
	color: #000088;
	width: auto;
	height: 5px;
	line-height: 5px;
	border-width: thick;
	
}

.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #eaeaea;
}

img    {
	border: 5px groove #000044;
	margin-left: 15px;
	padding: 5px;
	-webkit-box-shadow: 5px 2px 6px #000088;
	box-shadow: 5px 2px 6px #000088;
}

.img_left {
	float: left;
	height: 500px;	
}

.img_right {
	float: right;
	margin-right: 130px;
	
	
}
.clear {
	clear: both;
}

a {
	color: #0C3DD8;
	
}

a:link {
	color: #0C3DD8;
	
}

a:visited {
	color: #666666;	
	
}

a:hover {
	letter-spacing: 2px;
	color: #00020D;
}

a:active {
	color: #000000;	
	
}
