body 
{ 
	background: #cce6ff;
	color: #000000;
	margin: 0;
	padding: 1%;
	scrollbar-face-color:#00bbcc;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#00b2c6;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
} 
.main{

	background: #cce6ff;
	padding-left:8%;
	padding-right: 8%
}
.attrib{

	background: #cce6ff;
	text-align: right;
	margin-right: 2%;
	font-size: 65%;
	font-weight:bold;
}

.warn
{ 
	color: #aa0000;
	background: #cce6ff;
	font-style: italic;
	font-weight: bold;
 }
.sub
{
	background: #cce6ff;
	color: #880000;
	font-size: 120%;
	font-weight:bold;
}
.green
{ 
	color: #006600;
	background: #cce6ff;
}
.red 
{ 
	color: #aa0000; 
	background: #cce6ff;
} 

.blue
{ 
	color: #000088;
	background: #cce6ff;
}
.new{
	color: #006600;
	font-size: 125%;
	background: #cce6ff;
}
.text
{
	font-family: Courier, monospace;
	color: #d67438;
	background: #cce6ff;
	
}

A.menu:link 
{
 	color: #0000ff; 
	text-decoration: underline;

}

A.menu:visited
{ 

		color: #800080;
	text-decoration: none;
}

A.menu:hover
{
		color: #ff0000;
	text-decoration: underline overline;
	
}
A.hidden:link
{ 

	background: #cce6ff;
	color: #cce6ff;
	text-decoration: none;
}
A.hidden:visited
{ 

		color: #cce6ff;
	text-decoration: none;
}

A.hidden:hover
{
	
	color: #cce6ff;
	text-decoration: underline overline;
	
}
.mini{
font-size: 62%;
font-weight:bold;
}
.smaller{
font-size: 65%;
font-weight:bold;
}
.medium{
font-size: 110%;
font-weight:bold;
}
.headline{
font-size: 190%;
font-weight:bold;
text-align:center
}

A:link 
{
 	color: #0000bb; 
}

A:visited
{ 
	color: #bb0000;
}

A:hover
{

	color: #008800;
}

A.section:link 
{
 	color: #000088;
	text-decoration: none;
}

A.section:visited
{ 
	color: #000088;
	text-decoration: none;
}

A.section:hover
{
	color: #000088;

	text-decoration: none;
}

.mgkheader
{
	border:5px solid #FFCC00; 
	background-color:#FFFF33; 
            width:90%; padding:25px; 
            position:absolute; 
            top:25px; 
            left:5%; 
            z-index:2;
            text-align:center
}
.mgkbody{
	 width:90%; padding:5px; 
            position:absolute; 
            top:150px; 
            left:5%; 
            z-index:1;
            text-align:center
}
strong {text-decoration: none;
        font-color: inherit;
        font-size: inherit;
        font-weight: 800;
       }
 .preformat {
   font-family  : monospace;
   white-space  : pre;
 }
 pre { white-space : normal !important 
}

