body {
	background-color: white;
	color: black;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: small;
	text-align: center;
}

a:link {
	color: #369;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #993300;
	text-decoration: none;
}

.content {
	font-size: small;
	text-align:justify;
}

.content h1 {
	color: #900;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	font-family: "Pristina", "Century Gothic", Verdana, sans-serif;
}

.content h2 {
	color: #030;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

.content h3 {
	color: #900;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

b {
	color: #333366;
}

img {
	border-style: none;
}

hr {
	height: 1px;
	color: #006600;
	background: #006600;	
	width: 50%;
}

table {
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
}

.normal {
	padding: 5px;
}

.main {
	border-collapse: collapse;
	padding: 0px;
	width: 673px;
}

.links {
	width: 95%;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #903;
	border-right-color: #903;
	border-bottom-color: #903;
	border-left-color: #903;
}

.TableHeader {
	background-color: #ffb6c1;
	color: #903;
	font-size: medium;
	vertical-align: middle;
	text-align: center;
	font-family: "Broadway", "Century Gothic", Verdana, sans-serif;
	letter-spacing: 5px;
}

.TableContent {
	background-color: #fff0f5;
	font-size: small;
	vertical-align: top;
}

.size {
	width: 80px;
	height: 80px;
}

.size2 {
	width: 200px;
	height: 150px;
}

strong {
	color: #cc1100;
}

.EntryHeader {
	color:  #6b0042;
	font-weight: bold;
}pre {
	font-family: "Bradley Hand ITC", cursive;
	font-size: medium;
}

