.main

BODY { background: white }
* { font: 12px verdana, arial }
A:link { color: blue }
A:hover { color: red  }
A:visited { color: blue }
A:active { color: orange }

h1 {
		font-size:18px;
		color:#4422ee;		
		}
		
h2 {
		font-size:17px;
		color:#ee2233;		
		}
		
		
h3 {
		font-size:16px;
		color:#0000ff;		
		}
		
	b {
				color:#0066cc;
		}
