﻿/*

	KurtBCarr.com Main Style Sheet
	Copyright 2014 by Kurt B. Carr Enterprises, Inc.
	All rights reserved.

	Color Codes:
	*** #ADD8E6 is Light Blue
		#F0F8FF is Alice Blue
		#B0C4DE Light Steel Blue
		#a0a0a0 is the dark gray that is used throughout the site
*/

<style type="text/css">
@font-face {font-family: QuickSand; src: url('fonts\quicksand-regular.otf');}
@font-face {font-family: QuickSand; font-weight:bold; src: url('fonts\quicksand-bold.otf');}

}

a {
	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	/*font-family: QuickSand, Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: x-large;
	font-style: normal;
	color: green;
	text-align: left;
	
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight:bold;
	color:#404040;
	text-align:left;
	vertical-align:top
}

h3 {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size:large;
	font-style:normal;
	font-weight:bold;
	color:maroon;
	text-align:left	
}

body {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style: normal;
	color:black;
	text-align:center;
	margin-left: 100;
	padding: 100
}


#header {
	
	position:fixed;
	top:0px;
	height:150px;
	width:100%;
	background-color:white;
	z-index:999
}

#body {
	margin-top:175;
	height:2000px;
	widows:100%
	overflow: auto;
	background-color:white;
	z-index:1
}
</style>