/*
   Global CSS
   Amoka Windsurfing 
*/
BODY			{
                        background:             #FFFFFF;
                        color:           #000000;
		 	}


BODY, TD		{
			font-family:		Arial, Verdana, Helvetica;
			font-size:		12;
			}

/*  set page width */
Div.Margins		{
			width:			512px;			
			text-align:		center;
			}

th.mchoy		{
			color:			#000000;
			text-align:		right;
			} 

/* for our menu links - using mouseover and out  text items */
A.on:link, A.on:active, A.on:visited 	{
			font-size:		 12;
			font-weight: 		bold;
                        color:               #008000; 
			}

A.off:link, A.on:active, A.off:visited	{  
			font-size: 		12;
			font-weight: 		bold;
			color:			#000000;        
			}

/* any other anchors in normal text  */ 
A:link                  { color: #008000; }   
A:visited               { color: #804000; } 
A:active                { color: #66FE3A; }  



H1,H2,H3,H4,H5	{
			background:		transparent;
			color:			#6C8D91;
                        margin-top:             2px;
                        margin-bottom:          2px;
			text-align:		center;
			}
			

