<!--Begin Stylesheet example-->
<style type=text/css>
body {
margin: 0 auto;
padding: 0;
}
.page {
position: relative;
width: 100%;
z-index: 0;
padding-left: 10%;
padding-right: 10%;
}
a:link {
color: #8B4513; /*The color of the link*/
text-decoration: none;
}
a:visited {
color: #800000; /*The color of the visited link*/
text-decoration: none;
}
a:hover {
color: #808000; /*The color of the mouseover or 'hover' link*/
}
td {
font-size: 18px; 
font-family: Georgia, Verdana, "Times New Roman", serif; /*Properties of items inside of a table*/
}
p {
font-size: 18px;
font-family: Georgia, Verdana, "Times New Roman", serif;
font-weight: normal;
}
h2 {
font-size: 20px; 
font-family: Georgia, Verdana, "Times New Roman", serif;
font-weight: bold;
text-decoration: underline;
}
h3 {
font-size: 18px; 
font-family: Georgia, Verdana, "Times New Roman", serif;
font-weight: bold, italic;
text-align: left;
}
ul {
font-size: 18px;
font-family: Georgia, Verdana, "Times New Roman", serif;
text-align: left;
type: circle;
}
table {
width: 540px;
border: 0;
cellspacing: 4;
cellpadding: 4;
font-size: 18px;
font-family: Georgia, Verdana, "Times New Roman", serif;
align: center;
text-align: left;
}
.first {
font-size: 16px; 
font-family: Georgia, Verdana, "Times New Roman", serif;
font-weight: bold;
}
.blinks {
font-size: 12px; 
font-family: Georgia, Verdana, "Times New Roman", serif;
text-decoration: none;
}
.blinks a {
color: #808000;
font-size: 12px;
text-decoration: none;
}
.blinks a:visited {
color: #808000;
font-size: 12px;
text-decoration: none;
}
.blinks a:hover {
font-size: 12px;
color: #808000;
}
.bold {
font-weight: bold;
}
.smallt {
font-size: 12pt;
}
.smalltb {
font-size: 12pt;
font-weight: bold;
}
.xsmallt {
font-size: 10pt;
font-weight: normal;
}
.xsmalltb {
font-size: 10pt;
font-weight: bold;
}
.logo {
background-color: #45453b;
z-index: 2;
position: relative;
z-index: 0;
width: 80%;
min-width: 800px;
padding: 10px;
margin: 0px;
}
.content {
}
.menu {
background-image: url(/Images/bg2.jpg);
background-color: #45453b;
background-repeat: no-repeat;
position: relative;
float: left;
z-index: 1;
width: 14%;
min-width: 140px;
height: 1400px;
padding: 10px;
margin: 0px;
font-size: 20px; Georgia, Verdana, "Times New Roman", serif;
font-variant: small-caps;
}
.main {
background-color: #f5eaca;
position: relative;
z-index: 1;
width: 66%;
min-width: 661px;
height: 1400px;
padding: 10px;
margin-left: 14%;
text-align: center;
vertical-align: top;
}
.left {
position: relative;
padding: 35px;
float: left;
}
.right {
padding: 35px;
float: right;
}
.menu a {
color: #808000;
text-decoration: none;
}
.menu a:visited {
color: #688E23;
text-decoration: none;
}
.menu a:hover {
color: #800000;
}
</style>
<!--End Stylesheet example-->
