/*---Style Sheets for OMW---*/


body {background-color: black}


h1,h2,h3,h4,h5,h6,li,td
{
color: white;
font-family: tahoma;
}

pre,p
{
color: white;
font-family: tahoma;
font-size: 14;
}

.left {text-align: left}
.center {text-align: center}
.right {text-align: right}

a:link {color: grey}
a:visited {color: grey}
a:hover {color: silver}
a:active {color: white}

