/* This goes in the head of each documsent */
/* <link rel="stylesheet" type="text/css" name="css" href="css.css">*/
/*<LINK rel="stylesheet" type"text/css" href="screen.css" media="screen">*/
/*<LINK rel="stylesheet" type"text/css" href="print.css" media="print">*/


/* import external stylesheet */
/* @import url(http://www.style.org/pastoral); */
/* @import url(http://www.style.org/marine); */

/* theonething has BODY {SCROLLBAR-FACE-COLOR: #003366; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: #999; SCROLLBAR-ARROW-COLOR: #cc0} */
/* bgproperties="fixed" */

/* links */
a:link {color: #003399}
a:visited {color: #003399}
a:hover {color: #6ABD23}
a:active {color: #6ABD23}

.second 
a.second:link {color: #006600; text-decoration: underline}
a.second:visited {color: #006600; text-decoration: underline}
a.second:hover {color: #000033; text-decoration: underline}
a.second:active {color: #000033; text-decoration: underline}


/* This is cool - text-decoration: underline overline 

#form1 { font: 12px Verdana, Arial, Helvetica, sans-serif; width: 550px; }

input, textarea { border: 3px double #DDDDDD; color: #999999; display: block; font: 11px Verdana, Arial, Helvetica, sans-serif; margin: 4px 0 4px 0; -moz-border-radius: 6px; padding: 2px; }

input:hover, input:focus, textarea:hover, textarea:focus { border: 3px double #A4CC47; color: #000000; }

fieldset { border: 1px solid #DDDDDD; margin-top: 12px; padding: 8px; background: #f4f4f4;}

legend { color: #666666; padding: 0 12px; background: #fff; }

label { color: #666666; display: block; }

#form1-name, #form1-email, #form1-phone, #form1-comment { width: 400px; }

#form1-submit { background: #003366; border: 1px solid #FFFFFF; color: #FFFFFF; -moz-border-radius: 8px 0 8px 0; padding: 2px; }

.required { color: #666; }*/