/* Style sheet for puertoMall.com

   Copyright © Denny Schlesinger 2002. 2003 All rights reserved  */

/* body language */

body {
background-color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
cursor: default;
}

/* links */

a:hover {
color: red; 
text-decoration: underline;
cursor: pointer;
}

a.blue:link {color: blue; text-decoration: none;}
a.blue:visited {color: blue; text-decoration: none}
a.blue:hover {color: red; text-decoration: none}

a.var:link {color: blue; text-decoration: underline;}
a.var:visited {color: blue; text-decoration: underline;}
a.var:hover {color: red; text-decoration: underline;}


/* fonts */

.error {
color: red;
}

.foot {
text-align: center;
font-family: Arial, sans-serif;
font-size: 80%;
}

.initial {
font-size: 150%;
color: red;
}

th {
text-align: center;
font-family: Arial, sans-serif;
font-size: 120%;
}

.menu {
text-align: center;
font-family: Arial, sans-serif;
font-size: 100%;
}

.red {
color: red;
}


