@import url(noaala.css);

*{
	font-family: arial;
	font-size: 10pt;
}

A{
	text-decoration: none;
	color: black;
}
A:hover{
	color: red;
}

#la2{
	position: relative;
	background-image: url('media/la2_background.jpg');
	width: 750px;
	height: 547px;
}
#la2_content{
	position: absolute;
	top: 58px;
	left: 225px;
	width: 430px;
}
#piclink_title{
	position: absolute;
	top: 280px;
	left: 225px;
}
#piclink1{
	position: absolute;
	top: 300px;
	left: 225px;
}
#piclink2{
	position: absolute;
	top: 300px;
	left: 450px;
}
#coffeecup{
	position: absolute;
	top: 270px;
	left: 0px;
}

.heading1{
	font-size: 16pt;
	padding-bottom: 10px;
}
.heading2{
	font-weight: bold;
	padding-bottom: 10px;
}
.piclink{
	width: 202px;
	text-align: center;
	font-size: 9pt;
}
#postit{
	position: absolute;
	top: 34px;
	left: 0px;
}
