/* CSS Document For Samurai Judo and Jujitsu Website */
/* Created by Peter McMahan 11/6/05 */
body	{	
		margin: 5%;
		background-color: #ffffff;
		color: #000000
		font-family: "Times New Roman", times, serif;
		font-style: normal;
		font-size: 12pt;
		line-height: 12pt;
		}

h1	{
	font-size: 24pt;
	font-weight: bold;
	line-spacing: 24pt;
	color: #000000;
	}

h2	{
	font-size: 18pt;
	line-height: 18pt;
	color: #000000;
	}

h3	{
	font-size: 14pt;
	font-weight: bold;
	font-syle: italic;
	color: #000000;
	}

p	{
	font-family: "Times New Roman", times, serif;
	font-style: normal;
	font-size: 12pt;
	line-height: 12pt;
	}
	
.printable_p	{
			font-family: "Times New Roman", times, serif;
			font-style: normal;
			font-size: 10pt;
			line-height: 10pt;
			}

	
.samurai_header	{
				font-family: TimeScrDMed, "Comic Sans MS", Arial, Veranda, Helvetica, sans-serif;
				font-size: 24pt;
				font-weight: bold;
				line-height: 26pt;
				color: #FF0000;
				}
				
.printable_samurai_header 	{
							font-family: TimeScrDMed, "Comic Sans MS", Arial, Veranda, Helvetica, sans-serif;
							font-size: 18pt;
							font-weight: bold;
							line-height: 18pt;
							color: #FF0000;
							}
				
.updated	{
			font-family: "Times New Roman", times, serif;
			font-style: normal;
			font-size: 8pt;
			line-height: 8pt;
			}

.header1	{
			font-size: 24pt;
			font-weight: bold;
			line-height: 26pt;
			color: #000000;
			}
			
.red_header1	{
				font-size: 24pt;
				font-weight: bold;
				line-height: 26pt;
				color: #FF0000;
				}
			
.printable_h1	{
				font-size: 18pt;
				font-weight: bold
				line-height: 18pt;
				color: #000000;
				}

.header2	{
			font-size: 18pt;
			font-weight: bold
			line-height: 18pt;
			color: #000000;
			}
			
.printable_h2	{
				font-size: 12pt;
				font-weight: bold
				line-height: 12pt;
				color: #000000;
				}

.header3	{
			font-size: 14pt;
			font-weight: bold;
			font-style: italic;
			line-height: 10pt;
			color: #000000;
			}
			
.Highlight	{
			color: #FF0000;
			font-family: "Times New Roman", times, serif;
			font-style: italic;
			font-weight: bold;
			font-size: 12pt;
			line-height: 12pt;
			}

a	{
	text-decoration: none;
	color: blue;
	}
	
a:hover {
		text-decoration: underline;
		}