﻿body 
{
background-image: url('images/wikus_bg.jpg'); 
margin-top: 0px; 
background-repeat: repeat-x;
}

H1
{
    font-size:16px;
    font-family: Arial;
}

.standard
{
    font-size:12px;
    font-family: Arial;
}

.small
{
    font-size:10px;
    font-family: Arial;
}

.menuLink
{
 font-family: Arial;
 font-size:12px;
 font-weight:normal  ;
 color : #000000;
 text-decoration:none;
}

.menuLink:hover
{
 font-family: Arial;
 font-size:12px;
 font-weight:bold ;
 color : #0000cc;
 text-decoration:underline;
}

.standardLink
{
 font-family: Arial;
 font-size:14px;
 font-weight:bold  ;
 color : #000000;
 text-decoration:underline;
}

.standardLink:hover
{
 font-family: Arial;
 font-size:14px;
 font-weight:bold  ;
 color : #0000cc;
 text-decoration:underline;
}

.graphic
{
border:0px;
margin-top: 0px;
margin-bottom : 0px;
margin:0px;
margin-left: 0px;
margin-right: 0px;
}

img
{
border-color:#000000;    
border-width:1px;
border-style:solid;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
background-color:#FFFFFF;
}