body {
background : #ffffff url(images/bg.jpg) repeat-x;
font : 0.7em/1.2em arial;
color : #ffffff;
margin : 0;
padding : 0;
}
a:link {
font-family : arial;
font-size : 11px;
font-weight : bold;
text-decoration : none;
color : #121212;
}
a:active {
font-family : arial;
font-size : 11px;
font-weight : bold;
text-decoration : none;
color : #121212;
}
a:visited {
font-family : arial;
font-size : 11px;
font-weight : bold;
text-decoration : none;
color : #121212;
}
a:hover {
text-decoration : none;
font-weight : bold;
color : #333333;
}

#nav {
position: absolute;
top: 375px;
left: 450px;
font-size: 16px;
color: #444444;
font-weight: bold;

}

#nav a:link {
font-family : arial;
font-size : 14px;
font-weight : bold;
text-decoration : none;
color : #ffffff;
}
#nav a:active {
font-family : arial;
font-size : 14px;
font-weight : bold;
text-decoration : none;
color : #ffffff;
}
#nav a:visited {
font-family : arial;
font-size : 14px;
font-weight : bold;
text-decoration : none;
color : #ffffff;
}
#nav a:hover {
text-decoration : none;
font-weight : bold;
color : #333333;
}


.xp {
margin : 0px;
padding: 0;
color : #000000;
text-align: justify;
}

td{
text-align: justify;
}
hr {
width: 150px;
height: 2px;
padding: 0px;
}

.head { 
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
color: #121212;
letter-spacing: 5px;
font-family: "Serif", Georgia, Arial, Tahoma;
border-bottom: 2px solid #000000;
padding-left: 15px;

}