/* CSS Document */

body, p{
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #4d4d4d;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
}
h2{
	font-size: 16px;
	font-weight: bold;
	color: #00a0c6;
}

h3{
	font-size: 14px;
}
ul{
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	font-family: Arial, Verdana, Geneva, sans-serif;
	color: #4d4d4d;
	font-size: 12px;
}

a{
	font-weight: bold;
	color: #1b7e9d;
	text-decoration: none;
}

a:hover{
	color: #83bbc4;
	text-decoration: underline;
}
.paper{
width: 450px;
border: 1px solid rgb(185, 215, 222); 
padding: 10px 10px 10px 30px;
background-image: url(http://www.westnetsolutions.com/dev/beaverbooks/images/paper_bg.gif);
background-repeat: repeat-y;

}

 #test
 {
	background: pink;
	width:100px;
	height: 100px;
	float: left;
 }

