/*
CSS for Bubble Under site
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #e2edff;
	line-height: 125%;
	padding: 15px;
}

h1, {
	font-family: "Tredbuchet MS", Helvetica, Arial, sans-serif;
	font-size: x-large;
	color: #848484;
}

li{
	font-size: small;
}

h2 {
	color: #848484;
	font-size: large;
	font-weight: normal;
}

tr {
	color: #848484;
	font-weight: normal;
	
}
p {
	font-size: large;
	color: #FF400;
}
#navigation a {
	text-decoration: none;
	color:gray;
	margin:20px;
}
#navigation a:hover {
	text-decoration: none;
	color:#F63;
	margin:20px;
}
#contact a {
	text-decoration: none;
	font-size: small;
	color:#F63;
	font-size:22pt;
}
#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: center;
}
a: link {
	color: black;
}

a:vistited {
	color:gray;
}
a:hover {
	text-decoration: none;
	color: #F63;
}
a:active {
	color: aqua;
	background - color: navy;
}
.imageswirl {
	text-align: center;
}
