/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {background-color:#CC3300;
}

header {
background-color: #CC3300;/*red*/
color: #FFFF00;/*yellow*/
}
p1 {
color:#FFFF00;
text-align: center;
}
font1 {/*size 44px*/
color:#FFFF00;
text-align: center;
font-family: Arial; 
font-size: 44px;
font-weight: normal;
}
font2 {/*size 64px*/
color:#FFFF00;
text-align: center;
font-family: Arial; 
font-size: 64px;
font-weight: bold;
}
font3 {/*size 54px*/
color:#FFFF00;
text-align: center;
font-family: Arial; 
font-size: 54px;
font-weight: bold;
font-style: italic;
}
font4 {/*size 24px*/
color:#FFFF00;
text-align: center;
font-family: Arial; 
font-size: 24px;
font-weight: bold;
font-style: italic;
}
font5 {/*size 14px*/
color:#FFFF00;
text-align: center;
font-family: Arial; 
font-size: 14px;
font-weight: bold;
font-style: italic;
}
font6 {/*size 12px*/
color:#FFFF00;
text-align: center;
font-family: Arial; 
font-size: 12px;
font-weight: bold;
font-style: italic;
}

ul {
 float:left;
 /*left:13%;*/
 list-style:none;
 margin:0;
 padding:0;
 position:relative;
 text-align:center;
 border-bottom:4px solid #ffffff;
}

li {
 display:block;
 margin:0 0 0 1px;
 padding:3px 10px;
 background:CC3300;
 color:#000;
 text-decoration:none;
 float:left;


}

li a, .dropbtn {
display: inline-block;
color: #FFFF00;
text-align: center;
padding: 14px 16px;
text-decoration: none;

}

li a:hover, .dropdown:hover .dropbtn {
background-color: red;
}

li.dropdown {
display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #e2ae0e; /*background yellow*/
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
color:  #e93524;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
display: block;
}
#nav {
 position:relative; 
 float:left;
 width:100%;
 background:#fff;
 border-bottom:4px solid #ffffff;
 overflow:hidden;

}
divmain {
 border-top-style: solid;
border-color: #ffffff;
}
a:link {
Color: #0b4e1d; /* green */
background-color: transparent;
}
a:visited {
color: #f9f9b5; /* pale yellow */
background-color: transparent;
text-decoration: none;
}

a:hover {
color: #071409; /* black*/
background-color: transparent;
text-decoration: underline;
}

a:active {
color: #042d11; /* dark green*/
background-color: transparent;
text-decoration: underline;
}

