// $Id: index.css,v 1.1 2005/08/09 19:43:41 adrian Exp $

body {
    color:		#000000;
    background-color:	#ffffff;
}

#centered {
    margin-left:	5%;
    margin-right:	5%;
}

#header {
    font-family:	courier;
    font-weight:	bold;
    font-size:		350%;
    text-align:		center;
    color:		#ffffff;
    background-color:	#330099;
    border:		6px solid #000000;
}

#map {
    margin-top:		10px;
    margin-bottom:	10px;
    width:  		100%;
    height: 		450px;
    border:		1px solid #999999;
}

#directions {
}

#submit {
    border: 		0px;
    // background:		#ffffff;
    color:		#0000c0;
    cursor:		pointer;
    text-decoration:	underline;
}

a:link 		{ color: #0000c0; text-decoration: underline; }
a:visited  	{ color: #800080; text-decoration: underline; }
a:active   	{ color: #ff0000; text-decoration: underline; }	

