﻿/*
CSS for Bubble Under site
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #e2edff;
	line-height: 125%;
	padding: 15px;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-large;
	background-color: navy;
	color: white;
}

li {
	font-size: small;
}

h2 {
	font-size: medium;
	color: yellow;
	font-weight: normal;
}

p {
	font-size: small;
	color: navy;
}

#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	color: #00cc00;
	font-weight: bold;
}

em {
	
	text-transform: uppercase;
}

a {
	font-weight: bold;
}

a:link {
	color: black;
}

a:visited {
	color: gray;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: navy;
}

a:active {
	color: aqua;
	background-color: navy;
}

.fun {
	color: #ff2300;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.05em
}
