@charset "UTF-8";
/* CSS Document */

h2,h3	{
	 color: #da4842;
	 }
	
#header	{
	background: url(../img/wallpaper_pink.jpg) bottom repeat-x;
	}
	
ul#nav li a:hover,ul#nav li.selected a	{
	color: #551A18;
	text-decoration: none;
	}
	
#content a:hover	{
	color: #da4842;
	border-bottom: 1px dotted #da4842;
	}
