BODY
	{
	background-color: #ADADAD;
	color: #183748;
	font-family: arial;
	font-size; 100%
	}

UL#directions
	{
	text-align: center;
	color: black;
	list-style: square
	}

P#rating
	{
	color: black;
	font-size: 65%;
	font-weight: 600;
	text-align: right
	}

P#drawing
	{
	text-align: center
	}

P#info
        {
        text-align: center
        }

P#oldwclink
	{
	display: none;
	text-align: center
	}

P#wcwatermark
	{
	text-align: center;
	font-size: 130%;
	font-weight: 700;
	}

A:LINK
	{
	color: #891B1B
	}

A:ACTIVE
	{
	color: white
	}

A:VISITED
	{
	color: black
	}


A:HOVER
	{
	color: red
	}

PRE#project
	{
	font-family: arial;
	white-space: pre
	}

