/*
	Meg's Blog -- Created 1/3/09
	Please do not use my layout.  I cannot stress enough the amount of effort it took for me to create it
	and by your use you are wasting my effort and time.  There are watermarks on the images.  If you like
	the images and would like to use them, use the originals at Shu's website.  You can, however, use this
	source code to learn how to make your own layouts.  
	
	If you have any questions, email me at meglee@gmail.com.  Thanks!
*/

body{
	background:url('http://www.paching.net/meg/images/index_05.jpg') fixed;
	font-family:arial;
	text-align:left;
	font-size:9pt;
	line-height:17px;
	color:#000000;
}

a:link,a:visited,a:active{
	text-decoration:none;
	cursor: crosshair;
	color:#800517;
}

a:hover{
	text-decoration:none; 
	color:#FFFFFF;border-bottom:1px dotted white; border-top:1px dotted white;
}

h1{
	font-weight:bold;
	background:url(images/bar.jpg) no-repeat;
	text-align:center;
	style:1px dashed;
	font-size:8pt; color:#FFFFFF;
	padding:0px;letter-spacing:2px;}

p{
	line-spacing:25px;
}

li{
	list-style-type:circle;
}