/* Freehound Custom Styles
***************************************************************************** */

/* Define your custom styles here */

.line {
     margin-left: auto;
     margin-right: auto;
}

p.commenttext {
     padding: 0 0 0 0;
     font-size: 14px;
     font-type: arial;
     font-color: #cccccc;
}

p.catcontent {
     padding: 0 0 0 15px;
     font-size: 14px;
     font-type: arial;
}

H1 {
	font-size: 22px;
	font-family : Arial;
	font-weight: bold;
	font-style: none;
	color: #000000;
}

H3 {
	font-size: 20px;
	font-family : Arial;
	font-weight: bold;
	font-style: underline;
	color: #c50206;
}

A:link { 
font-weight: normal; 
text-decoration: underline;
 }

A:visited { 
font-weight: normal; 
text-decoration: underline;
 }
 
A:active { 
font-weight: normal; 
text-decoration: underline;
 }

A:hover { 
font-color: cccccc;
font-weight: normal; 
text-decoration: none;
 }