﻿body {
	background-color: #000000;
	text-align:center
}

.centerTable {
	background-color: #000000;
	width: 750px;
	margin:auto;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #5F6269;
	border-right-color: #5F6269;
	border-bottom-color: #5F6269;
	border-left-color: #5F6269;
}
.subTitle {
	font-size: large;
	font-family: Georgia;
	}
.LogoBox {
	background-color: #000000;
}
.navigation {
	float: left;
	height: 250px;
	width: 150px;
	padding: 15px;
}


.subTitle2 {
	font-size: large;
	font-family: Georgia;
	color: white;
	}

h1 {
		margin-left: 15px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;

}

p {
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
}
.content {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #CCCCCC;
}

.content2 {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
}


a:link {
	text-decoration: none;
	color: #CCCC99;

}
a:visited {
	text-decoration: none;
	color: #999999;

}
a:hover {
	color: red;
	text-decoration: none;

}
a:active {
	text-decoration: none;
	color: red;
}
	
div {
	margin:auto
}

img {
	margin:4px
}
.centerd {
	text-align: center;
}
