body 
{
background-color: #8EACF8;
color:#ffffff;
font-family:sans-serif;
font-size:12px;
}	

.menu:hover
{
background:blue;
}

.shadow 
{
margin:15px;
padding:10px;
border:2px solid #ddd;
background:#fff;
-moz-box-shadow:    2px 2px 3px 3px #ccc;
-webkit-box-shadow: 2px 2px 3px 3px #ccc;
box-shadow:         2px 2px 3px 3px #ccc;
}

.highlight
{
	
background:#137AB4;
min-height:200px;
margin:15px;
padding:10px;

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}


input.rounded 
{
border: 1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 2px 2px 3px #666;
-webkit-box-shadow: 2px 2px 3px #666;
box-shadow: 2px 2px 3px #666;
font-size: 20px;
padding: 4px 7px;
outline: 0;
-webkit-appearance: none;
}

input.rounded:focus 
{
border-color: #339933;
}
	
a 
{	
color:#fff;
text-decoration:none;
}
	

h1 
{
font-family: 'Arial', 'sans-serif';
font-size: 24px;
color: black;
font-weight: bold;

padding: 0px;
margin: 0px;

display: inline;
}
h2 
{
font-family: 'Arial', 'sans-serif';
font-size: 16px;
color: black;
font-weight: normal;

padding: 0px;
margin: 0px;

display: inline;
}
h3 
{
font-family: 'Arial', 'sans-serif';
font-size: 10px;
color: black;
font-weight: normal;

padding: 0px;
margin: 0px;

display: inline;
}
h4 
{
font-family: 'Arial', 'sans-serif';
font-size: 24px;
color: white;
font-weight: bold;

padding: 0px;
margin: 0px;

display: inline;
}
h5 
{
font-family: 'Arial', 'sans-serif';
font-size: 14px;
color: white;
font-weight: normal;

padding: 0px;
margin: 0px;

display: inline;
}
h6
{
font-family: 'Arial', 'sans-serif';
font-size: 11px;
color: white;
font-weight: normal;

padding: 0px;
margin: 0px;

display: inline;
}