a, a:link, a:visited {
font-family: georgia, tahoma, verdana, arial, sans-serif; 
color: #DB5D95;
font-weight: normal;
text-transform: lowercase;
}

a:hover {
font-family: georgia, tahoma, verdana, arial, sans-serif; 
color: #86ACD5;
font-weight: normal;
text-transform: lowercase;
}

body {
margin: 0px 0px 0px 0px;
background-image: url(images/bg.jpg);
background-color: #969696;
font-family: georgia, tahoma, verdana, arial, sans-serif; 
font-size: 7pt;
font-weight: normal;
line-height: 14px; 
word-spacing: 1px; 
text-align: justify;
color: #D7D7D7;
}

input, textarea, select {
border: 0px;
font-family: georgia, tahoma, verdana, arial, sans-serif; 
font-size: 7pt;
text-align: left;
color: #111111;
background-color: #CCCCCC;
}

#layout {
position:absolute;
top:0;
}

#content {
position: absolute;
padding: 0 0 0 120;
width: 500px;
}

.head:first-letter {
font-size: 8px;
color: #86ACD5;
text-align: justify;   
text-transform: uppercase;
font-family: Georgia;
font-weight: bold;
}

.head {
margin: 0px 0px 10px 0px;
border-bottom: 1px solid #86ACD5;
padding-bottom: 1px;
font-family: Georgia; 
font-size: 8px;
color: #3F4845;
font-weight: bold;
letter-spacing: 2px;
text-transform: uppercase;
text-align: right;
}

#nav {
position: absolute;
top: 2px;
left: 5px;
width: 100px;
text-align: left;
line-height: 25px;
}

#nav ul {
padding: 0px;
margin: 0px;
font-size: 10px;
font-family: georgia, tahoma, verdana, arial, sans-serif; 
letter-spacing: 1px;
}

#nav ul li {
padding: 0px;
display: block;
}

#nav ul li a {
margin-bottom: 8px;
padding-left: 8px;
font-family: georgia, tahoma, verdana, arial, sans-serif; 
color: #8b8b8b;
background: #111111;
display: block;
text-decoration: none;
text-transform: uppercase;
}

#nav ul li a:hover {
color: #A1A1A1;
background: #1b1b1b;
text-decoration: none;
}

img {
border: 0;
}

b {
color: #86ACD5;
font-weight: normal;
}

i {
color: #666464;
font-weight: normal;
}

ol, ul {
padding-left: 25px;
}

li {
padding-left: 5px;
}

.codesort img {
background: #CCCCCC;
border: 0px;
padding: 3px; }

blockquote{
padding-left: 5px;
padding-right: 5px;
width: 250px;
border-left: 10px solid #CCCCCC;
font-family: georgia, Times New Roman, Times, serif;
font-size: 10px;
word-spacing: 1px; 
text-align: left;
color: #3F4845;
background-color: #1b1b1b;
font-style: normal;
line-height: 10px;
}