/* CSS Document */
/* Primary Body Styles */
body,td,th {color: #663399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}
	
p {text-indent:2pc;}

/* a:link styles */

a:link {text-decoration: none;color:#663399;}
a:visited {text-decoration: none;color: #cc0000;}
a:hover {text-decoration: underline;color: #00cc00;}
a:active {text-decoration: none;color: #6699FF;}

/* header styles */

h1 {font-size: 48px;color: #663399;}
h2 {font-size: 44px;color: #663399;}
h3 {font-size: 36px;color: #663399;}
h4 {font-size: 24px;color: #663399;}
h5 {font-size: 18px;color: #663399;}
h6 {font-size: 16px;color: #663399;}

