p {
font-size : 12px;
font-family : georgia;
color : #c0c0c0;
text-align : justify;
}

h4 {
font-family : ariel;
font-size : 13px;
color : #ffffff;
text-align : center;
}

h3 {
font-family : ariel;
font-size : 14px;
color : #ffffff;
text-align : center;
}

h2 {
font-family : ariel;
font-size : 16px;
color : #ffffff;
text-align : center;
}

h1 {
font-family : ariel;
font-size : 18px;
color : #ffffff;
text-align : center;
}

body {
font-size : 12px;
font-family : arial;
color : #c0c0c0;
background : #000000;
}


a:hover {
font-size : 12px;
font-family : arial;
color : #ff0000;
background : #c0c0c0;
text-decoration : none;
}

a:visited, a:link, a:active {
font-size : 12px;
font-family : arial;
color : #ff0000;
text-decoration : underline;
} 
