
body{
	background-image: url(../pngs/tswiftmaybe_bg.png);
	background-repeat: repeat;
}

#image{
	position: absolute;
	top: 0px;
	left: 0px;
}

#alli{
	top: 420px;
	left: 20px;
	position: absolute;
	width: 500px;
}

#col{
	top: 530px;
	left: 555px;
	position: absolute;
	width: 100px;
}

.table{
	background-color: #fffbef;
	border: 1px solid #f99e7b;
	padding: 5px;
	font-family: tahoma;
	color: #444;
	font-size: 11px;
}

h3{
	font-family: georgia;
	font-size: 25px;
	color: #000;
	text-align: left;
	margin: 0px;
	letter-spacing: -2px;
}

h2{
	font-family: georgia;
	font-size: 12px;
	color: #f99e7b;
	text-align: center;
	margin: 0px;
	letter-spacing: -1px;
}

h6{
	font-family: georgia;
	font-size: 20px;
	color: #000;
	text-align: left;
	margin: 0px;
	letter-spacing: -2px;
}

b{
	font-weight: bold;
	color: #f99e7b;
}

i{
	font-weight: italic;
	color: #63917a;
}

u{	
	text-decoration: none;
	color: #f99e7b;
	border-bottom: dashed 2px #63917a;
}

a{
	text-decoration: none;
	color: #63917a;
}

a:hover{
	text-decoration: none;
	color: #f99e7b;
}

a.nav{
	font-family: georgia;
	color: #63917a;
	font-size: 12px;
	font-style: italic;
}

a.nav:hover{
	font-family: georgia;
	color: #f99e7b;
	font-size: 12px;
	letter-spacing: 3px;
	border-bottom: 1px dashed #63917a;
	font-style: none;
}

textarea{
	border: 2px solid #63917a;
	background-color: #fff0d3;
	font-family: tahoma;
	font-size: 11px;
	color: #444;
	height: 40px;
	width: 100px;
}
