/* ------------------------------
CODE INSERT IN HEAD IN HTML PAGES:

<link href="css/default.css" rel="stylesheet" type="text/css" />
------------------------------ */



/* ------------------------------
PAGE STRUCTURE
------------------------------ */




/* -------------------------------
HTML Elements:
html {font-family:arial, verdana, sans serif; font-size:13px;}
a:link, a:visited{color:#0033CC;}
a:hover{color:#003366;}
h1, h2, h3, h4, h5, h6,
form, input, text-area{
border:0; padding:0; margin:0;
font-family:arial, verdana, sans serif;}
h1{font-size:24px; color:#000000;}
h2{font-size:18px; color:#666666;}
...
 ------------------------------- */

h1, h2, h3, h4, h5, h6, p, a:link,
form, input, text-area{
border:0; padding:0; margin:0;
font-family:times new roman, times, arial, verdana, helvetica, sans serif;}
h1{font-size:30px; color:#990000;}
h2{font-size:22px; color:#990000;}
h3{font-size:17px; color:#990000;}
p{font-size:16px; color:#990000;}
a:link{font-size:16px; color:#990000;text-decoration:none;}
a:hover{text-decoration: underline;}
a:visited{font-size:16px; color:#990000;text-decoration:none;}





/* -------------------------------
OTHER Class:
.small{font-size:11px;}
.underline{text-decoration:underline;}
div.small-section{background:#CCCCCC;}
div.small-section a{color:#333333; font-weight:bold;}
...
------------------------------- */

.small{font-size:13px;}
.verysmall{font-size:10px;}




/* ------------------------------
DIVE ASIA:

.links {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none}
a:active {  }
a:hover {  text-decoration: underline; color: #333333}
a:link {  text-decoration: none}
a:visited {  }
------------------------------ */

