﻿/*
 *  Wade J. Love
 *  Sep 2016
 *  CSS3 version Style sheet
 *  for Cobalt Duck home in HTML5
 *  
*/


/* Global properties */
body {
	background: #D5D5DD;
	color: #0020C2;
	font-size: 16px;
	font-family: "Arial", Sans-Serif;
}

#overall {
	margin: auto;
	width: 75%;
}
#left {
	float: left;
}
#main {
	float: left;
}



.imageLink {
	text-decoration: none;
}
.imageLink img {
	border:0;
	width:88px;
	height:31px;
}

a:link {
	color: #001061;
}
a:visited {
	color: #001061;
}
a:focus {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}


/* headline text properties */
h1 	{
	font-size: 40px;
	font-weight: bold;
}

h2	{
	font-size: 32px;
	font-weight: bold;
}
	
p.ultra {
	font-size: 22px;
	font-weight: bold;
	line-height: 0px;
	text-indent: 25px;
}

ul.splashLinks {
	margin-left: 50px;
}

/* universal div properties */
div 	{
	padding: 1%;
}

hr {
	color: #0B0B0B;
}

dd {
	margin-bottom: 12px;
}


.faq {
	margin-left: 5%;
	margin-right: 3%;
}

#w3c {
	text-align: center;
}

#w3c img {
	vertical-align: middle;
	height: 90px;
}

#score-cards {
	float: none;
	margin-top: 75px;
}
