/*
 * Style sheet using the HTML 4.0 specification
 */

body {
    background: #FEFAEB;
    color: #700000;
	background-image: url(marble1.jpg);
	background-attachment: fixed;
	font-family : Comic Sans MS;
	font-size : 10pt;

}

h1{
    color: #700000;
	font-family : Comic Sans MS;
	font-size : 20pt;
}

h2{
    color: #700000;
	font-family : Comic Sans MS;
	font-size : 16pt;
}

p{
    color: #700000;
	font-family : Comic Sans MS;
	font-size : 10pt;
}

td{
    color: #700000;
	font-family : Comic Sans MS;
	font-size : 10pt;
}

p.copyright{
	color: #b00000;
	font-style : italic;
	font-family : arial;
	font-size : 10pt;
}

p.bookref{
	font-style : italic;
	font-weight : bold;
	font-family : arial;
	font-size : 11pt;
}

p.pubref{
	color: #dd7700;
	font-style : italic;
	font-weight : bold;
	font-family : arial;
	font-size : 11pt;
}

p.buttons { 
    color : #ff0000;
	font-style : italic;
	font-weight : bold;
	font-family : arial;
}	


a:link { 
    color : #ff0000;
	font-style : italic;
	font-weight : bold;
	font-family : arial;
}	

a:visited { 
    color : #c000c0;
	font-style : italic;
	font-weight : bold;
	font-family : arial;
}	

a:active { 
    color : #0000e0;
	font-style : italic;
	font-weight : bold;
	font-family : arial;
}	

td.a:link { 
    color : #ff0000;
	font-style : italic;
	font-weight : bold;
	font-family : arial;
}	

td.a:visited { 
    color : #c000c0;
	font-style : italic;
	font-weight : bold;
	font-family : arial;
}	

td.a:active { 
    color : #0000e0;
	font-style : italic;
	font-weight : bold;
	font-family : arial;
}	

