body {
background:#ffffff;
background-image: url('bg.jpg');
background-repeat: repeat-y;
}
body,td,th {
font-family: tahoma;
font-size: 9pt;
color: #BEBABA;
line-height: 18px;
letter-spacing: 2px;
text-align: justify;
}

#content {
padding: 20px;
}
.nav a, .nav a:link, .nav a:active, .nav a:visited {
padding: 5px;
color: #000000;
font: 8pt georgia;
font-style: italic;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
margin: 6px;
border-bottom: none;
letter-spacing: 8px;

}
.nav a:hover {
background: #ffffff;
color: #9D2745;
text-decoration: none;
font: 9pt georgia;
font-style: italic;
cursor: nw-resize;
}

a:link, a:visited, a.active {
color: #971717;  
text-decoration: none;
font: 9pt georgia;
font-style: italic;

}
a:hover {
color: #7F1717;
text-decoration: none;
font: 9pt georgia;
font-style: italic;
cursor: nw-resize;
}

.title {
font-family: times new roman;
font-style: italic;
font-size: 15px; 
font-weight: bold;
color: #C32955;
letter-spacing: 10px;
text-transform: uppercase;
padding: 5px;
text-align: left;
border-bottom: 3px solid #9D2745;
}

b {
color: #C32955;
font-family: georgia;
}

i {
color: #9D2745;
font-family: georgia;
}

ul {
   list-style-type: square;
}

textarea, input, option, select	{
color: #ffffff;
border: 1px solid #9D2745;
background: #000000;
padding: 3px; 
font-size: 8pt;
}

blockquote {
text-align: justify;
padding: 10px;
color: #FFFFFF;
font-family: georgia;
background-color: #000000;
border-left:5px solid #9D2745;
border-right:5px solid #9D2745;
margin: 0px auto;
padding: 10px;
width: 75%;
background-repeat: no-repeat;
}