body
{ 
background-image: 
url('html wallpaper.jpg');
background-repeat: repeat;
}
div.leftnavigation
{
	position: absolute;
 	left: 0;
	width: 150px;
 	padding: 3px;
	background-image: url('html wallpaper vert.jpg');
	background-repeat: repeat;
}


div.rightnavigation
{
	position: absolute;
	right: 0;
	width : 150px;
	margin-left: 10px;
	padding: 5px;
	background-image: url('html wallpaper vert.jpg');
	background-repeat: repeat;
}

div.content
{
	top : 0px;
	margin : 0px 151px 0 148px;
	padding : 5px;
	border-left: solid black;
	border-right: solid black;
} 
 


h1 {
	font-size: 36px;
	font-family: Times New Roman, comic sans ms, Arial;
}

hr {
	color:black;
}

h2 {
	font-size: 22px; 
	font-style: italic;
	font-family: Times New Roman, comic sans ms, Arial;
}

h3 {
	text-align: left;
	font-style: italic;
	font-size: 15px;
	font-family: Times New Roman, comic sans ms, Arial;
	text-decoration: underline;
}

h4 {
	text-align: left;
	font-style: italic;
	font-size: 22px;
	font-family: Times New Roman, comic sans ms, Arial;
	text-decoration: underline;
}


h5 {
	text-align: left;
	font-size: 18px;
	font-family: Times New Roman, comic sans ms, Arial;
}


p {
	font-size: 12px;
	font-family: Arial, comis sans ms;
}

p.right {
	text-align: right;
	font-size: 12px;
	font-family: Arial, comis sans ms;
}

	
img
{
	float:right;
	margin:10px;
}


a { color: #ffffcc; }
a:link { color: #2DE71D; }
a:visited { color: #ffffcc; }
a:hover { color: #2DE71D; }
