/* This is the style sheet for David Botnick Website */

/* This style is for the body text on all pages.*/
.text {
	font-family:  Arial; 
	font-weight: normal; 
	font-size: 10 pt; 
	color: #666666
}

/* This style is for the body text on all pages.*/
.text2 {
	font-family:  Arial; 
	font-weight: normal; 
	font-size: 10 pt; 
	color: #666666
}

/* This style is for the body text on all pages.*/
.subhead {
	font-family:  Arial; 
	font-weight: normal; 
	font-size: 11 pt; 
	color: #ffcc33
}

/* This style is for the links on all pages.*/
a.link{
	font-family:  Arial;
	font-weight: lighter;
	font-size: 8 pt;
	color: #666666;
	text-decoration: none;
		line-height: 18px;
}

/* This style is for the links on all pages when the mouse is hovering over it.*/
a.link:hover{
	font-family:  Arial;
	font-weight: lighter;
	font-size: 8 pt;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	
}

/* This style is for the links on all pages.*/
a.link2{
	font-family:  Arial;
	font-weight: lighter;
	font-size: 9 pt;
	color: #003366;
	text-decoration: none;
		line-height: 18px;
}

/* This style is for the links on all pages when the mouse is hovering over it.*/
a.link2:hover{
	font-family:  Arial;
	font-weight: lighter;
	font-size: 9 pt;
	color: #cccccc;
	text-decoration: none;
	line-height: 18px;
	
}
