/*--------------------------- fox-style.css -----------------------------*/

/***************************************************************************
                            -  Description
                             -------------------
    Begin                : 8 Feburary, 2005
    Copyright            : (C) 2005 by Simo
    Version              : 1.0
    
 **************************************************************************/

/*--------------------------------- Body  ---------------------------------*/

body 
{ 
	font-family: Arial, Helvetica, Veranda, "Times New Roman", sans-serif;
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #CCCCCC; 
	text-decoration: none; 
	text-align: left; 
	font-size: 125%; 
	font-stretch: normal; 
	background-color: black;
	margin-left: 2cm;
	margin-right: 2cm;
}

@media print 
{ 
	body 
	{ 
		padding-top: 2cm; padding-bottom: 2cm; 
		padding-left: 3.175cm; padding-right: 3.175cm; 
	} 
}

/*-------------------------------- Headers -----------------------------------*/

h1 {color: white; text-align: center}

h2 {color: white; text-align: center}

h3.left {color: white; text-align: left}

h3.center {color: white; text-align: center}

h4.left {color: white; text-align: left}

h4.center {color: white; text-align: center}

/*-------------------------------- Paragraphs --------------------------------*/

p.quote {color: #2ED2E8}
p.bullet {color: white; font-size: 100%}

/*--------------------------------- Links -----------------------------------*/

a:link {color: #FF6600; text-decoration: none}
a:visited {color: #8287A6; text-decoration: none}
a:hover {color: yellow; text-decoration: underline; cursor: crosshair}

/*---------------------------------- Misc -----------------------------------*/

blockquote {color: #2ED2E8}

b {color: white}

/*--------------------------- fox-style.css -----------------------------*/

