/*
Stylesheet for How To Guides - COPYRIGHT 2007
*/



BODY {
background-image:url('http://www.howtoguide.us/bg1.gif');
margin-top: 20px;
margin-right: 2px;
margin-bottom: 10px;
margin-left: 2px;
}

A {
  color: #b21475;
  text-decoration: none;
  font-family: "verdana"; 
}

A:hover {
  color: #ff1fa8;
  text-decoration: underline;
  font-family: "verdana";

}
A:visited {
  color: #562c5c;
  text-decoration: underline;
  font-family: "verdana";

}

FORM {
	display: inline;
}

h2,h3 {
  color: #400040;
  text-decoration: none;
  font-family: "verdana";
  font-size: 16px; 
	font-weight: bold;
}

div.leftmenu {
  color: #400040;
  text-decoration: none;
  font-family: "verdana";
  font-size: 12px; 
	font-weight: bold;
	text-align: center;
}
div.rightmenu {
  color: #400040;
  text-decoration: none;
  font-family: "verdana";
  font-size: 12px; 
	font-weight: bold;
	text-align: center;
}
p.normal {
  color: #400040;
  text-decoration: none;
  font-family: "verdana";
  font-size: 12px; 
	text-align: justify;
}
div.footer {
  color: #000000;
  text-decoration: none;
  font-family: "verdana";
  font-size: 10px; 
	text-align: center;
	font-weight: bold;
}

