/* CSS Document */

BODY {
  scrollbar-face-color: silver;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: black;
	scrollbar-arrow-color: black;
	background-color: #000000;
	margin-top: 10px;
  margin-right: 35px;
  margin-bottom: 10px;
  margin-left: 35px;
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
  }
.aboutmebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	font-variant: normal;
	}
.aboutmebodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	}
.aboutmebodyboldpink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #FF0000;
	font-weight: bold;
	font-variant: normal;
	}	
.aboutmeheader {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: silver;
  font-weight: bold;
	font-variant: normal;
	}	
.aboutmeheader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	}		
A:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
  color: silver;  /*The color of the link*/
}
A:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: silver;  /*The color of the visited link*/
}
A:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;  /*The color of the mouseover or 'hover' link*/
}


