/* Copyright (c) 2000, Samar Abbas, All Rights
Reserved.  */

body { background: ../pics/canvas.jpg;
       color: silver }

ul, ol {
        color: white;
        text-indent: 0 pt;
        }

table, tr, td {	
	color: white;
	text-decoration: none;
	border-color: black;
	border-style: inset;
/*	background: ../../marble2.jpg; */
	}	

a:link {	
        text-decoration: none;
	font-weight: bold;
	color: aqua;
	background: #00008B;
	}	
		
a:visited {	
	text-decoration: none;
	font-weight: bold;
	color: silver;
	background: #00008B;
	}	
		
a:active {	
	text-decoration: none;
	font-weight: bold;
	color: red;
	background: black;
	}	

h3 { color: #ffcc00;		
     background: black;
   }	

h1 { color: #54FF9F;		
     background: black;
   }	

/* The rest have not been tested */

EM	{	
	font-style:	normal;
	font-weight:	bold;
	color:	black;
	background:	white;
	}	
		
STRONG	{	
        font-size: 27pt;
	font-style:	italic;
	background:	white;
	font-weight:	bold;
	color:	black;
	}	
		
EM STRONG, STRONG EM	{	
	text-transform:	uppercase;
	font-style:	normal;
	font-weight:	bolder;
	background:	white;
	color:	red;
	}	
		
B	{
	font-weight:	bold;
	}
	
I	{
	font-style:	italic;
	}
		
.warning	{	
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	background:	white;
	color:	red;
	}	
		
DEL	{	
	text-decoration:	line-through;
	background:	#F66;
	}	
		
INS	{	
	text-decoration:	underline;
	background:	yellow;
	}	
		
VAR, CITE, DFN, .note	{	
	font-style:	italic;
	}	
		
ADDRESS	{	
	font-style:	normal;
	letter-spacing:	.1em;
	}	
		
ACRONYM	{	
	font-variant:	small-caps;
	letter-spacing:	0.1em;
	}	
		
		
HR	{	
	color:	black;
	}	
		
#colophon	{	
	display:	none;
	}	
		
		
A:hover	{	
	text-decoration:	none;
	color:	#C00;
	background:	#FC0;
	}	
		
A.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	#C00;
	background:	#FFC;
	}	
		
	/* begin body box */	/* 6 - 'twelvths symmetric' */

BODY	{
	margin-top:	1.58em;
	margin-left:	0%;
	margin-right:	5%;
	margin-bottom:	1.58em;
	padding-top:	0;
	padding-left:	0;
	padding-right:	0;
	padding-bottom:	0;
	border-top:	0;
	border-left:	0;
	border-bottom:	0;
	border-right:	0;
	width:	auto;
	}
	/* end body box */





