/* ====================================
    CSS STYLES FOR CARLASANCHEZ.COM
   ====================================
*/   


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
}

body {
	background-color: #000000;
	margin: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.bgDots {
	background-image: url(../training_for_two/images/bg_dots.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

a img { border: none; } /* Gets rid of IE's blue borders */

a:link, a:active, a:visited { 
	color: #FFFFFF; 
	text-decoration: underline; 
}

a:hover { 
	color: #FF3333; 
	text-decoration: underline; 
}
