/* Global Styles */

a:link {
	color: #0000FF;
	}
	
a:visited {
	color: #FF0000;
	}

a:hover {
	color: #00FF00;
	}

a {
	text-decoration:none;
	}

img {
	text-decoration:none;
	}

.menu {
	width: 440px;
	height: 200px;
	float: left;
	position: absolute;
	top: 500px;
	overflow: none;
	left: 25px;
	}

.main {
	width: 310px;
	height: 340px;
	float: left;
	position: absolute;
	top: 500px;
	left: 490px;
	border: solid 1px #999999;
	overflow: auto;
	}

h4 {
	padding-left : .5em;
	border-bottom : solid 3px green;
	}
