<?php

/**********************************************************************
   Program: Maian_Mail v1.3 - Contact Form.
   E-Mail: david@maiandream.co.uk
   This File: oceanic.css
   Module written by: David Ian Bennett (c)2003.
   Information: CSS for browser output.
   Tested on: Linux Server running PHP 4.3.2
   Browser Testing: IE6
   ********************************************************************
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or (at
   your option) any later version. This program is distributed in the
   hope that it will be useful, but WITHOUT ANY WARRANTY; without even
   the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
   PURPOSE.  See the GNU General Public License for more details.
   ********************************************************************/

?>

<style type="text/css">

a:link        { font-family:Trebuchet MS, Verdana;
                color: #FFFFFF;
                font-size:12px;
                text-decoration: none;}

a:visited     { font-family:Trebuchet MS, Verdana;
                color: #FFFFFF;
                font-size:12px;
                text-decoration: none;}

a:hover	      { font-family:Trebuchet MS, Verdana;
                color: #AFDCEC;
                font-size:12px;
                text-decoration: underline; }

a:active      { font-family:Trebuchet MS, Verdana;
                color: #AFDCEC;
                font-size:12px;
                text-decoration: underline; }
                
a.footer:link        { font-family:Trebuchet MS, Verdana;
                color: #FFFFFF;
                font-size:10px;
                text-decoration: none;}

a.footer:visited     { font-family:Trebuchet MS, Verdana;
                color: #FFFFFF;
                font-size:10px;
                text-decoration: none;}

a.footer:hover	      { font-family:Trebuchet MS, Verdana;
                color: #AFDCEC;
                font-size:10px;
                text-decoration: underline; }

a.footer:active      { font-family:Trebuchet MS, Verdana;
                color: #AFDCEC;
                font-size:10px;
                text-decoration: underline; }

body          { scrollbar-arrow-color: #FFFFFF;
                scrollbar-base-color: #FFFFFF;
                scrollbar-dark-shadow-color: #AFDCEC;
                scrollbar-track-color: #44477c;
                scrollbar-face-color: #44477c;
                scrollbar-shadow-color: #FFFFFF;
                scrollbar-highlight-color: #FFFFFF;
                scrollbar-3d-light-color: #AFDCEC; }

body          { font-family:Trebuchet MS, Verdana;
                background-image: none;
                background-color: #44477c;
                font-size:12px;
                color: #FFFFFF; }

table         { font-family:Trebuchet MS, Verdana;
                background-image: none;
                font-size:12px;
                background-color: #44477c;
                color: #FFFFFF; }

img           { border-color: #AFDCEC; }

h2            { font-family:Trebuchet MS, Verdana;
                font-size:12px;
                color:#FFFFFF; }

input         {
                background-image: none;
                font-family:Trebuchet MS, Verdana;
                font-size: 12px;
                color: #000000;
                border-color:#252855;
                border-style:solid;
                border-width: 2px;
                background-color: #AFDCEC; }
                
.checktype     {
                background-image: none;
                font-family:Trebuchet MS, Verdana;
                font-size: 12px;
                border-color: #44477c;                
                color: #FFFFFF;
                background-color: #44477c; }

textarea      {
                background-image: none;
                font-family:Trebuchet MS, Verdana;
                font-size: 12px;
                border-color:#252855;
                border-style:solid;
                border-width:2px;
                color: #252855;
                background-color: #AFDCEC; }

</style>
