﻿body{
	background-image:url('../images/bg.jpg');
	color:white;
	font-style:italic;
	background-color:blue;
}
#page{
	width:900px;
	margin: 0 auto;
}
#mpage{
	width:900px;
	margin: 0 auto;
	border: 0px solid black;
}
#mpageL{
	float:left;
	}
#mpageC{
	width:780px;
	padding-left:10px;
	padding-right:10PX;
	text-align:center;
	font-size:16px;
	float: right;
	}
#mpageC ul{
	text-align:left;
}

#mpageR{
	float:right;
	}
#pfooter{
	width:890px;
	font-size:xx-small;
}
h1 {
	font-size: 48pt; 
	font-weight: bold;
	display: inline;
	}
h2 {
	font-size: 36pt; 
	font-weight: bold;
	}
h3 {
	font-size: 24pt; 
	font-weight: bold;
}
#mhead{
	border:5px White;
	height:100px;
	text-align:center;
}
#lside{
	float:left;
	width:100px
}
#links { 
	text-align:left;
}
#links ul{
	list-style:none;
}

#links a {
	display: block;  
	font-size: 18px;
	color:white;
}

#links a:link {
	text-decoration: none
}

#links a:visited {
	text-decoration: none
}

#links a:hover {
	color: black; 
	text-decoration: underline
}

#links a:active {
	color: blue
}

#links a.newgroup {
	margin-top: 15px
}

