/* Style Sheet */

body {  
background-color: #90b0cb;

font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
color: #2a4a65;

margin-top: 3%;
margin-right: 15%;
margin-bottom: 18%;
margin-left: 15%;
}

h1, h2, h3, h4, h5, h6 {
font-family: Times, "Times New Roman", serif;
}

h1 {
color: f6f6f4;
font-size: 3.5em;
font-weight: bold;
text-decoration: none;
text-align: center;
}

/* Links */
a {
text-decoration: none;
font-weight: bold;
}

a:link {
color: #f6f6f4;
}

a:visited {
color: #f6f6f4;
}

a:hover {
color: #5d7d98;
}

a.menu-link {
text-decoration: none;
font-family: Times, "Times New Roman", serif;
font-size: 2.4em;
font-weight: bold;
}

p {
font-size: 1.5em;
font-weight: normal;
}

p.text1 {
font-size: 0.8em;
}

li {
font-size: 0.8em;
}