a:link {color: black; text-decoration: none; }
a:visited {color: black; text-decoration: none;}
a:active {color: black; text-decoration: none;}
a:hover {color: gray; text-decoration: none;}

a.text:link {color: gray; text-decoration: none; }
a.text:visited {color: gray; text-decoration: none;}
a.text:active {color: gray; text-decoration: none;}
a.text:hover {color: black; text-decoration: none;}

a.text1:link { color: red;  text-decoration: none; } 
a.text1:visited {color: red;  text-decoration: none; } 
a.text1:active { color: red;  text-decoration: none; }
a.text1:hover { color: red; text-decoration: underline; } 

a.text2:link { color: #555555;  text-decoration: none; } 
a.text2:visited {color: #555555;  text-decoration: none; }
a.text2:active { color: #555555;  text-decoration: none; }
a.text2:hover { color: #555555; text-decoration: underline; } 

p.prez {text-align: justify; margin-left: 50px; margin-right: 40px; margin-top: 0px; margin-bottom: 0px;}
p.text { color: #333333; text-decoration: none; text-align: justify; letter-spacing: -0.5px; font-weight: 300; font-size: 14px; text-indent: 20px;} 

input.contact { border: 1px solid #AAAAAA; color: #333333; font-weight:bold; font-family:Verdana; font-size: 12px; margin: 2px;}
textarea.contact { border: 1px solid #AAAAAA; color: #333333; font-family:Verdana; font-size: 12px; margin: 2px;}


