
/* Base style sheet for the Xara site main text body. */

HTML, BODY { 
    color: black;
		background-color: black;
    font-family: helvetica, arial, sansserif; 
    font-style: normal;
		font-size: 12pt;
 }

P, TD, LI { 
    color: black; 
    font-family: helvetica, arial, sansserif;
    font-style: normal;
		font-size: 10pt;
 }

TEXTAREA {
	color: black;
	background-color: 333366;
}

A { text-decoration: none; font-weight: bold; }
A.blacklink { font-weight: normal; }

A:link { color: #FFFFFF; }
A:visited { color: #9473FF; }  
A:active { color: yellow; }
A:hover { color: red; }

A.blacklink:link { color: black; font-weight: normal; }
A.blacklink:visited { color: black; font-weight: normal; }  
A.blacklink:active { color: black; font-weight: normal; }
A.blacklink:hover { color: black; font-weight: normal; }

.red { color: red }
.blue { color: blue }

.left { text-align: left; }
.indent { margin-left: 1cm }
.indent2 { margin-left: 2cm }

H1, H2, H3, h4 { color: #000066;
	font-family: helvetica, Arial, sansserif;
	}

H1 { font-size: 18pt; }
H2 { font-size: 16pt; }
H3 { font-size: 14pt; }
H4 { font-size: 12pt; }

PRE { font-family: monospace }

PRE.javacode { color: maroon }

