P {
	margin:2em;
	color:#006666;
 	background-color:transparent;
}

body{
		color:black;
		background-color:seashell;
		background-image:url(mauve.gif);
		background-repeat:repeat-y;
		}

#leftcontent {
		position: absolute;
		left:10px;
		top:100px;
		width:175px;
		
		}
#centercontent {
		position:absolute;
		top:10px;
		left: 190px;
   		margin-right:5px;
		}
#rightcontent {

		float:right;
		font-size:small;
		
		}	

#banner {
		font-weight: bold; font-size: large; 
		height:39px;
		width:100%;
		}
ul{
		list-style-image:url(ball_icon.gif);
		line-height:150%;
		}

A:hover{
		color:palevioletred;
		
		}
.mod{
		font-size:43%;
        		font-family:arial;
       		font-weight:normal;
       		}