.important
{
	COLOR: #ff4444;
}

.section_right
{
	FONT-SIZE: x-small;
	text-align:right;
}



.wb_title
{
	font-family: sans-serif;
	font-size: x-large;
	background-color: #0066cc;
}
.wb_title_sub
{
	font-family: sans-serif;
	background-color: #006688;
}
.wb_title_image
{
	font-family: sans-serif;
	font-size: x-small;
	background-color: #008080;
}
.wb_title_index_top
{
	font-family: sans-serif;
	font-size: x-small;
	background-color: #0066cc;
}


a:link{text-decoration:none;color:#FFFF00} 
a:visited{text-decoration:none;color:#CCCC44}  
a:active{text-decoration:none;color:#00FFFF} 
a:hover{text-decoration:none ;color:#FFFFFF;background-color: #008888;}

.cell_image
{
	font-size: x-small;
	vertical-align: top;
/*	text-align: left;*/
	font-family: monospace;
}

BODY
{
/*	background-image:url("img/clover4.jpg");*/
	BACKGROUND-color:#003366;
	COLOR: #FFFFFF;
	FONT-SIZE: small;
	font-weight: bold;
	font-family: monospace;
}
H1
{
	COLOR: #FFFFFF;
	FONT-SIZE: large;
	font-weight: bold;
	border-style: solid;
  
	border-top-width: 5;
	border-bottom-width: 5;
	border-right-width: 40;
	border-left-width: 40;
	border-color: #0088cc;

	text-align: center;
	background-color: #002244;
	width: 400px;
	padding: 5px;
}
H2
{
    COLOR: #ccFFcc;
    FONT-SIZE: medium;
    font-weight: bold;
/*    border-style: double;*/
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    background-color: #004488;
}
H3
{
    COLOR: #FFFFFF;
    FONT-SIZE: large;
    font-weight: bold;
    border-style: double;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    margin: 10px;
    padding: 10px;
}
H4/* for Fun x3 */
{
    COLOR: #FFFFFF;
    background-color: #cccc00;
    FONT-SIZE: medium;
    font-weight: bold;
    border-style: double;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    margin: 10px;
    padding: 10px;
}

H3.mini
{
    BACKGROUND-color:#ffcc88;
    COLOR: #884400;
    FONT-SIZE: x-small;
    font-weight: bold;
    font-family: monospace;
    border-style: none;

}

