/***************************************************************************

Sangamon Aikikai

Last revised: june 13, 2003

Use this to implement:
<link rel="stylesheet" href="index.css" />

*****************************************************************************/

body 
{ 
	font-size: 90%;
	background-color: #fff;
	color: #000;
	margin: 0px;
	padding: 0px;
}

table, input, textarea
{
font-size: 100%;
}


a, body, h1, h2, h3, h4, h5, input, select, option, p, table, td, tr, th 
{
	 font-family: verdana;
}

p 
{
	color: #000;
}


h1 	{font-size:140%;}
h2 	{font-size:120%;margin-top:10px;margin-bottom:10px;}
h3 	{font-size:110%;}
h4 	{font-size:100%;}
h5 	{font-size:90%;}
h6 	{font-size:80%;}

a:link    {color:#ad0000;text-decoration:none; background-color:transparent;font-weight:bold;}
a:visited {color:#ad0000;text-decoration:none; background-color:transparent;font-weight:bold;}
a:hover   {color:#ad0000;text-decoration:none; background-color:transparent;font-weight:bold;}
a:active  {color:#ad0000;text-decoration:none; background-color:transparent;font-weight:bold;}

img
{
	border: none;
}

img.border { border: 3px solid black; }


