/* CSS for SweeterSweaters all pages*/

/*links to the back ground image and sets the font*/

body{
	background-image:url(../images/dot_back.gif);
	background-repeat:repeat;
	font:Geneva, Arial, Helvetica, sans-serif;
}

/*styles all the links*/
a{
	text-decoration:none;
	color:#4161B6;
}

/*removes the border from all the images*/
img{
border:none;
}

/*positions the logo*/
#logo {
top:20px;
left:20px;
position:absolute;
text-decoration:none;
}


