/* Main body style definition  */
BODY  {
		font-family : Arial, Helvetica, Verdana, sans-serif;
		font-size : 11pt;
		margin: 0;
		padding: 0;
		background-color : Black;
		border: 0px none;
		font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* Add any additional styles you wish to use for your store here  */

A:link { 
		color: Yellow;
}
 
A:visited {
		color: #b22222;
}
 
TD,TH,P,UL,LI,BR,FORM,DT, DD, DL {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: #dcdcdc;
		font-size: 11pt;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
}

H1 {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size : 11pt;
		color : #dcdcdc;
		font-weight: bold;
}

/* Style for other page titles, if no image defined */
H4 {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size : 12pt;
		color : 98FB98;
		font-weight: bold;
}

H3 {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size : 14pt;
		color : 98FB98;
		font-weight: bold;
}
