/* CSS Document */

body {
background-color: rgb(255, 255, 153);
color: rgb(26,185,185);
margin: auto;
}

.title {
background-color: rgb(128,0,128);
color: rgb(255, 255, 153);
font-family: "Monotype Corsiva", Verdana, Arial, Helvetica, sans-serif;
font-size: 50;
text-align: center;
position: absolute;
left: 8%;
padding: 10px 20px 20px 20px;
}


h2 {
color: rgb(102,51,255);
font-family: "Tempus Sans ITC", Verdana, Arial, Helvetica, sans-serif;
font-size: 30;
font-weight: bold;
padding: 5px;
text-align: center;
top: 300px;
}

.heading {
position: absolute;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
left: 50%;
margin-left: -200px;
width: 100%;
height:300px;
padding: 10px;
}

.home {
position: absolute;
background-image: url(images/home.jpg);
background-repeat: no-repeat;
left: 50%;
margin-left: -200px;
width: 100%;
height:300px;
padding: 10px;
}

.main {
position: absolute;
color: rgb(0,128,128);

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16;
text-align: justify;
font-weight: bold;
padding: 90px;
top: 300px;
left: 7%;
right: 7%;
border: 15px;
border-style: solid;
border-color: rgb(255,255,153);
}

.main a {
color: rgb(102,51,255);
text-decoration: none;
}

.main a:hover {
color: rgb(0,204,255);
text-decoration: underline;
}

.main a:visited {
color: rgb(51,0,102);
text-decoration: none;
}


.menu {
background-color: rgb(128,0,128);
color: rgb(255, 255, 153);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12;
text-align: center;
padding: 6px 4px 6px 2px;
}

.menu a {
color: rgb(255, 255, 153);
text-decoration: none;
}

.menu a:hover {
color: rgb(255,223,30);
text-decoration: underline;
}

.menu a:visited {
color: rgb(0,128,128);
text-decoration: none;
}

.footer {
background-color: rgb(26,185,185);
color: rgb(26,185,185);
bottom: 99%;
left: 50%;
}


.essence {
color: rgb(0,204,204);
background-color: rgb(255,255,255);
font-family: Vivaldi, georgia, serif;
font-size: 22;
font-weight: bold;
border: double;
border-width: 10px;
margin-left: 42%;
margin-right: 42%;
text-align: center;
}