﻿h1 {
    border-bottom: 2px solid #000; 
    font-size: 48px;
}
h2 {
    font-size: 36px;
    margin: 30px 0 10px 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Oswald, sans-serif;
    color: #393939;
}
body {
    background:#FFFFFF;
    line-height: 1.7;
}
p, td, li {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #444;
}

#main {max-width: 700px; margin-left: auto; margin-right: auto; padding: 25px}

.buttonify {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.buttonify:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.buttonify:active {
	position:relative;
	top:1px;
} /* This button was generated using CSSButtonGenerator.com */


body {
	margin: 0;
	padding: 0;
	text-align: left;
}

code, pre { color: #004899; font-size: small; font-family: 'Consolas', 'Deja Vu Sans Mono',
                  'Bitstream Vera Sans Mono', 'Monaco', 'Courier New', 'monospace';  font-size: 1em; }

a {text-decoration: underline;}
a:link    {color: #1856ba; background-color: transparent;}
a:visited {color: #1d1916; background-color: transparent;font-weight: normal;}
a:active  {color: #000000; background-color: transparent;}
a:hover   {color: #006666; background-color: transparent; text-decoration: underline;}
a.heading {text-decoration: none}

span.greek {font-family: georgia, "Book Antiqua", palatino, serif;}
img {border:0}
abbr {border-bottom: 1px dotted #333; cursor: help;}
p.mid {text-align: center;}
.thinborder {border-width: 1px; border-style: solid;}



ul.nav li {float: left;}
ul.nav a { 
    width: 7em;
    display: block;
    border: 1px solid #000;
    borders-bottom: none;
    margin-right: 5px;
    padding: 5px;
    background-color: #EAEAEA;
    text-decoration: none;
    color: #333;
    text-align: center;
}
ul.nav {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
    overflow: hidden;
    zoom: 1
}




