/* 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: #6699ff;
	margin-top: 50px;
  margin-right: 35px;
  margin-bottom: 10px;
  margin-left: 35px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
  }
.aboutmebody {
	font-family: BernhardMod BT, Times New Roman, Times, serif;
	font-size: 16px;
	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: BernhardMod BT, Times New Roman, Times, serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	color: brown;
  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;
	}		
.aboutmeheader3 {
	font-family: BernhardMod BT, Times New Roman, Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	}	
.aboutmeheader4 {
	font-family: BernhardMod BT, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	}	
.bannerborder{
border-style: solid;
border-width: 1px;
border-color: silver;
}  	
A:link {
	font-family: BernhardMod BT, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
  color: blue;  /*The color of the link*/
}
A:visited {
	font-family: BernhardMod BT, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: blue;  /*The color of the visited link*/
}
A:hover {
	font-family: BernhardMod BT, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: silver;  /*The color of the mouseover or 'hover' link*/
}



