a
{
font-size:12pt;:text-decoration:none;font-weight : bold;
}

a:link 
{ text-decoration:none; font-weight:bold; color:#FFFF00; 
}
a:visited 
{ 
text-decoration:none; font-weight:bold; color:#80FFFF; 
}

a:hover 
{
text-decoration:underline; font-weight:bold; background-color:#FFFF80;
}

a:active 
{ 
text-decoration:none; font-weight:bold; background-color:#FFFF00;
} 

p.bodytext {
font-family: Arial, Helvetica, sans-serif;
}
* BODY {
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
color : #ffffff;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
color : yellow;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
color : #ffffff;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
color : #ffffff;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
color : yellow;
}

h5 {
font-family: Arial, Helvetica, sans-serif;
color : #ffffff;
}

#logo_container {
position: absolute;
left: 10px;
top: 10px;
with:800px;
}

#navi_container {
position: absolute;
left: 10px;
top: 160px;
with:200px;
}

#navi_container ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navi_container a {
display: block;
padding: 3px;
width: 160px;
background-color: #000000;
}

#navi_container a:link, #navi_continer a:visited {
color: #F9AD81;
text-decoration: none;
}

#navi_container a:hover {
background-color: #000000;
color: #000000;
}

#content_normal_container{
position: absolute;
left: 310px;
top: 140px;
width: 390px;
background:#000000;
}

#content_border_container{
position: absolute;
left: 850px;
top: 140px;
width: 200px;
/* background: #000000; */
font-size: smaller;
padding: 10px;
}
