/* CSS Document */

BODY {
  background-color: #6699FF;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
	color: #477AD9;
	font-family: Arial, Helvetica, sans-serif;
  }
.outer{
border-style: solid;
border-width: 2px;
border-color: silver;
 }
.outer2{
border-style: solid;
border-width: 1px;
border-color: silver;
 } 
.picborder {
	border-width: 2px;
	border-spacing: 0px ;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
	background-color: #000000;
}  
.aboutmebody {
  font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	font-variant: normal;
	}
.aboutmebody2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	font-variant: normal;
	color: #477AD9;
  }
.articles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	font-variant: normal;
	color: #000000;
  }
.articlesheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
  }
.aboutmeheader {
  font-family: Verdana,Arial,Sans-Serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	}	
.aboutmeheader2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	font-weight: bold;
	font-variant: normal;
	}	 	
A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
  color: #6633FF;  /*The color of the link*/
}
A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #6633ff;  /*The color of the visited link*/
}
A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #00CC00;  /*The color of the mouseover or 'hover' link*/
}




