﻿nav {
    font-size: 16px;
    font-weight: 300;
	line-height: 22px; 
    width:100%;
    height:70px;
    background-color:#01AEF6;
}

body {
    font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 300;
	line-height: 20px;
    width:1200px;
    height:100%
}

p {
    font-size: 14px;
    font-weight: 300;
	line-height: 20px; 
    padding-bottom:10px;
}

a {
	color: #01AEF6;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #464646;
}

input[type="image"]:focus {
    outline: 0;
}
