@charset "utf-8";
/* CSS Document */
<!--
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	margin-top:50px;
}

.footer
{
display: block;
color: #ffffff;
height:15px;
padding:5px;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
clear:both;
background-color:#003366;
}

<!-- LINKS -->
a:link {color: #000000; text-decoration: underline;}
a:active {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #cccccc; text-decoration: none;}

a.one:link {color: #ffffff; text-decoration: underline;}
a:active {color: #ffffff; text-decoration: underline;}
a.one:visited {color: #ffffff; text-decoration: underline;}
a.one:hover {color: #cccccc; text-decoration: none;}

a.btnPORTFOLIO { background:url(../btnPORTFOLIO.png) no-repeat 0px 0px; width: 210px; height: 43px; display: block; }
a.btnPORTFOLIO:hover { background: url(../btnPORTFOLIO2.png); }

a.btnRESUME { background:url(../btnRESUME.png) no-repeat 0px 0px; width: 210px; height: 43px; display: block; }
a.btnRESUME:hover { background: url(../btnRESUME2.png); }

a.btnCLIENTS { background:url(../btnCLIENTS.png) no-repeat 0px 0px; width: 210px; height: 43px; display: block; }
a.btnCLIENTS:hover { background: url(../btnCLIENTS2.png); }



-->