body { background-color: #FFFFCC; 
	   color: Gray;
	   font-family: Arial, Helvetica, sans-serif; }
table {	font-family: Arial, Helvetica, sans-serif; 
         background-color: #FEFEFE; }
table.blue { font-family: Arial, Helvetica, sans-serif; 
         background-color: #698bc9; }
table.white {	font-family: Arial, Helvetica, sans-serif; 
         background-color: #f4f4f4; }
table.red { font-family: Arial, Helvetica, sans-serif; 
         background-color: #cc3344; }
         /* <!-- 214FC6 DA2647 --> */

button {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50; /* Green */
    border-radius: 12px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

button:hover {
    background-color: #4CAF50; /* Green */
    color: white;
}

.buttonb {
	background-color: white;
    border: 5px solid #cc3344; /* Teal */
    border-radius: 5px 15px 5px 15px;
    color: #cc3344;
    padding: 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    margin: 15px 25px;
    cursor: pointer;
    vertical-align: text-top;
/*
    background-color: white;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
*/
}

div { color Gray; 
	   font-family: Arial, Helvetica, sans-serif; }

h1 { color: #c71c2c; 
	text-decoration: strong; 
	font-style: oblique; }
h2 { color: #c71c2c; 
	font-style: oblique;}
h3 { color: #c71c2c; 
	font-style: oblique;}
h4 { color: #c71c2c; 
	font-style: oblique;}
p { color: Gray; }

a:link {color: #0067a7;
text-decoration: none; }
a:hover {color: #007256;
text-decoration: none; }
a:visited {color: #964f8e;
text-decoration: none; }

a.dark:link {color: #0067a7;
text-decoration: underline; }
a.dark:hover {color: #007256;
text-decoration: underline; }
a.dark:visited {color: #964f8e;
text-decoration: underline; }

a.light:link {color: #c6d9ec;
font-weight: bold; font-size: 20; font-style: oblique; font-variant: small-caps; }
a.light:hover {color: #669999;
font-weight: bold; font-size: 20; font-style: oblique; font-variant: small-caps; }
a.light:visited {color: #FFFFCC;
font-weight: bold; font-size: 20; font-style: oblique; font-variant: small-caps; }

ul { color: Gray; 
	 list-style-type: square; }
ul.square { color: Gray; 
	 list-style-type: square; }
ul.disc { color: Gray; 
	 list-style-type: disc; }
ul.circle { color: Gray; 
	 list-style-type: circle; }
/* */

ul.menu {padding: 0;}
ul.menu li {display: inline;}
ul.menu li a {
/*    background-color: #cc3344; */
    color: white;
/*    padding: 10px 20px; */
    text-decoration: none;
    border-radius: 4px 4px 0 0;}
ul.menu li a:hover {
    background-color: orange;}

