/* Coded by Liam DelaHunty */
/* Mega Products Limited */
/* email: liam@onlinesales.co.uk */

/* body, table, tr, td, p, ol, ul, form { */
body, table{		
		color: black;
		font-family: Verdana, Gillsans, Trebuchet MS, Arial, san-serif;
		font-size: 12px;
		background-color: #ffcc99;
		}
p {		font-family: Verdana, Gillsans, Trebuchet MS, Arial, san-serif;
		text-align: justify;
		font-size: 12px;
		margin-left: 5%;
		margin-right: 5%;
		text-indent: 1.4em;
/*		letter-spacing: 0.1em;	*/
		}
ol,ul {		
		text-align: left;
		margin-left: 7.5%;
		margin-right: 5%;
		text-indent: 0em;
		}
h1, h2, h3, h4, h5, h6 {
		color: #cc0000;
		margin-bottom: 0;
		}
h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

A { color: #cc0000; } /* hyperlink */
A.active {color: #ff0000; } /* active hyperlink */
A.visited {color: #cccccc; } /* visited hyperlink */
A:hover {color: #0000ff;} /* mouseover hyperlink */

input        { background-color: #cc9966; }
textarea     { background-color: #cc9966; }
select       { background-color: #cc9966; }

