img{
border-color: #CC0000;
}

/*----------- TABLES FORM ------------*/


.txt-head {
	color: #FFCC00;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}

.yellow {
	color: #FFCC00;
	font-weight: bold;
}
/*----------- END OF TEXT FORMS ------------*/


/*----------- LINKS FORM ------------*/

a:link, a:visited, a:active {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}