body {margin:0px;background : #FFFFFF url(images/mid.jpg) top left no-repeat fixed ; }
table {  font: 13px Georgia, "Times New Roman", Times, serif; border: 0px;}

h1, h3, h4, h5, h6	{
	margin:	0 0 0 30px;
	font-family: helvetica, sans-serif;
      font-size: 18px;
	font-weight: normal;
	}

h2 {
	margin:	0 0 0 30px;
	font-family: helvetica, sans-serif;
      font-size: 14px;
	font-weight: normal;
   }


p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  arial, sans-serif;
    font-size: 13px;
	margin: 20px 20px 20px 50px;
    }

.content {
	border:dotted 1px black;
	background-color:#ffe;
	padding: 10px 20px;
	margin: 3% 8%;
	color: #000;
	}

a.norm {
	color:#811711;
	font-size:13px;
	}
a:hover.norm {
	color:#D30404;
	font-size:13px;
	}



/** menu **/

.navi {width:100%; background-color: #b50;}

.navi a {
        display:block;
        text-decoration:none;
        font-size: 11px; 
        font-family:verdana,helvetica,sans-serif;  
		text-align:center;
		}

.red a {
        padding: 4px 0px 4px 0px;
        margin:0px 0px 0px 0px;
        border-bottom: 1px solid #306;
        border-right:1px solid #000;
	    font: normal 10px geneva, verdana, sans-serif;
		float:left;
        color:#0099FF;
		background: #b50;
		width:14%;
		text-align:center;
        }

a.reddish:visited, a.reddish:link {
        text-decoration:none;
	    color:#CCFFFF;
		border-top: solid 1px #306;
		border-bottom: solid 1px #000;
		background: #36c;
		font: normal 10px geneva, verdana, sans-serif;
        }



a.reddish:hover, a.reddish:active {
        background:#36f;
        text-decoration:underline;
	    color:#ffe;
	   border-top: solid 1px #36c;
	   border-bottom: solid 1px #36c;
	   font: normal 10px geneva, verdana, sans-serif;	
	   }

/** end menu **/

