/*
      Created by by Pamela Lopez
      For the Main, News and Wallpaper Page
	  
*/
<style>

.HeadTitle {
	font-family: "Century Gothic, Avant Garde, sans-serif";
	font-size: 50px;
	font-weight: bold;
	color: #202020;
	text-align: top;
	padding: 0px;
}
body,td,th {
	font-family: Century Gothic, Avant Garde, sans-serif;
	color: #202020;
	font-size: 12px;
}
body {
	background-color: #f69ace;
}
a:link {
	color: #202020;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #202020;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
	cursor: pointer;
}
.Copyright {
	font-size: 11px;
	font-family: "Century Gothic, Avant Garde, sans-serif";
	font-weight: bold;
	color: #202020;
}
.TitleMenu {
	font-size: 14px;
	font-family: "Century Gothic, Avant Garde, sans-serif";
	font-weight: bold;
	color: #202020;
	background-color: #b5d266;
        height: 20;
        text-align: center;
        valign: bottom;
	border: 1px dashed #f446a0;
}
.TitleMenu2 {
	font-size: 13px;
	font-family: "Century Gothic, Avant Garde, sans-serif";
	font-weight: bold;
	color: #202020;
	background-color: #ab9dd5;
        height: 20;
        text-align: center;
        valign: bottom;
	border: 2px dashed #8e7eb8;
}
.textarea {
	font-size: 12px;
	font-family: "Century Gothic, Avant Garde, sans-serif";
	font-weight: normal;
	color: #202020;
	background-color: #FFE6E6;
	text-align: center;
	border: 1px solid #FFFFFF;
}

.textarea2 {
	font-size: 12px;
	font-family: "Century Gothic, Avant Garde, sans-serif";
	font-weight: normal;
	color: #202020;
	text-align: left;
}

.textarea3 {
	font-size: 12px;
	font-family: "Century Gothic, Avant Garde, sans-serif";
	font-weight: bold;
	color: #202020;
	text-align: right;
}	

.textarea4 {
	font-size: 14px;
	font-family: "Century Gothic, Avant Garde, sans-serif";
	font-weight: normal;
	color: #202020;
	text-align: left;
        padding:  20px;
}
.border {
        width:  350px;
        padding:  20px;
        align:  center;
        border:  1px dashed #f446a0;
	text-align: left;
	font-size: 14px;
        
}
.border2 {
        width:  550px;
        padding:  20px;
        align:  center;
        border:  1px dashed #f446a0;
	text-align: left;
	font-size: 14px;
        
}

</style>
