﻿/* CSS layout */
#masthead {
	width: 800px;
	border: thin #818869 solid;
	
	background-color: #818869;
	font-family: "Times New Roman", Times, serif;
	line-height: 15px;
}
#newmasthead {
	width: 975px;
	border: thin #818869 solid;
	
	background-color: #818869;
	font-family: "Times New Roman", Times, serif;
	line-height: 15px;
}
#paul {
	width: 800px;
	border: thin solid #b6cf94;
	letter-spacing: normal;
}
#news {
	border: thin solid #b6cf94;
	width: 800px;
	letter-spacing: normal;
	background-color: #B6CF94;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	text-indent: 5px;
}
#newsbody {
	border: thin solid #b6cf94;
	width: 800px;
	text-indent: 10px;
}
#readertip {
	border: thin solid #b6cf94;
	width: 800px;
	background-color: #b6cf94;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	text-indent: 5px;
}
#readertipbody {
	border: thin solid #b6cf94;
    width:800px;
}
#featured {
	border: thin solid #b6cf94;
	width: 800px;
	background-color: #b6cf94;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	text-indent: 5px;
}
#featuredbody {
	border: thin solid #b6cf94;
    width:800px;
}
#gallery {
	border: thin solid #b6cf94;
	width: 800px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	background-color: #b6cf94;
	text-indent: 5px;
}
#gallerybody {
	border: thin solid #b6cf94;
    width:800px;
}
#magazine {
	border: thin solid #b6cf94;
	width: 800px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	background-color: #b6cf94;
	text-indent: 5px;
}
#newmagazine {
	border: thin solid #b6cf94;
	width: 975px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	background-color: #b6cf94;
	text-indent: 5px;
}
#magazinebody {
	border: thin solid #b6cf94;
    width:800px;
}
#newmagazinebody {
	border: thin solid #b6cf94;
    width:975px;
}
#end {
	border: thin solid #b6cf94;
	width: 800px;
	background-color: #b6cf94;
	text-align: center;
}
#newend {
	border: thin solid #b6cf94;
	width: 800px;
	background-color: #b6cf94;
	text-align: center;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #000000;
	line-height: normal;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color:  blue;
	text-decoration:underline 
}

a:hover {
	font-family: "Times New Roman", Times, serif; 
	font-size: 19px;
	font-weight: normal; 
	color:  purple;
	text-decoration: none
}

a.a_menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

a.a_menu:hover {
	font-family: "Times New Roman", Times, serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: purple; 
	text-decoration: none; 
}

