﻿/*Wingmasters CSS*/

@charset "utf-8";

.logo
{
	position: fixed;
	margin-right: 200px;
}
.sandiego-header
{
	color: red;
	font-size: 35px;
	font-family:calibri;	
}

.wingmaster-header
{
	color: red;
	font-size: 45px;
	font-family: calibri;
	font-weight: bold;
}

.ama-header
{
	color: red;
	font-size: 35px;
	font-family:calibri;	
}

.footer
{
	color: gray;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}


.horiz-rule
{
	color:blue;
	height:4px;
	z-index:auto;
}


/* p:first-letter {font-family:"Times New Roman"; font-size:20px; 
font-weight: bold; color:black}  */
p
{
	color: black;
	font-size: 12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

td
{
	color: black;
	font-size: 12px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
}


.horizRule
{
	background-color: red;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

h1 
{
	color: black;
	font-size: xx-large;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

h2 
{
	color: blue;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

h3 
{
	color: black;
	font-size: 20px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

h4 
{
	color: black;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}



div.main.text {
	font-family: Calibri;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}



