
body {
	background : #FFFCD9;
	font-family: "Times New Roman", Times, serif;
	color : #323A85;
}
a:link {
	font-size: 110%;
	font-variant: small-caps;
	text-decoration: none;
	color: #335A93;
}
a:visited {
	color: #84A19D;
	font-variant: small-caps;
	text-decoration: none;
}
a:active {
	font-size : 130%;
}
a:hover {
	color: #885031;
	text-decoration: underline;
}
h1 {
	font-size : 150%;
	font-weight : bold;
	font-variant: small-caps;
}
h3 {
	text-align : center;
}
hr {
	color : #2494FF;
	width: 95%;
}

.nav {
	background-color: #FFFFEE;
	text-align: center;
}

.nav2 {
	background-color: #DAE4F7;
	font-size: 100%;
	color: #3A4729;
	text-align: center;
}

.nav3 {
	background-color: #FFFFEE;
	font-size: 90%;
	text-align: right;
}

.nav4 {
	background-color: #DAE4F7;
	font-size: 90%;
	color: #3A4729;
	font-variant: small-caps;
	text-align: right;
}
p {
	text-align : center;
}
.left {
	text-align : left;
}
b {
	font-size : 120%;
	font-weight : bold;
}
.rand {
	margin:10px
}

.title {
   font-size: 130%;
	font-weight : bold;
	font-variant: small-caps;
}
