/*
********************************************************************
FILE: mapstyle.css
AUTHOR: Pradyot, C 109
CREATED ON: 19/01/2003
PURPOSE: This is the Cascaded Style Sheet used in the site map (LHS frame)

---------------NO REVISION HISTORY ALLOWED--------------------------
------------THIS FILE SHALL BE FROZEN BEFORE THE CONSTRUCTION-------
********************************************************************
*/

body
{
	/* background: url(../pics/marb038.gif); */
        background-color: #000000;
}

a 
{
	text-decoration: none;
	font: 10pt Arial;
	font-weight: bold;
	line-height: 19pt;
}

a:link
{
	color: red;
}
a:visited
{
	color: purple;
}
a:active
{
	color: purple;
}









