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

body {
	background-image: url(images/sketchbook_bg.jpg);
	background-repeat: no-repeat;
	background-position: 200px 100px;
}

a {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 7.5pt;
	color: #666;
	text-decoration: none;
	outline:none;
	letter-spacing: .2pt;
}

a:hover, a:active, a:focus {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 7.5pt;
	color: #990066;
	text-decoration: none;
	letter-spacing: .2pt;

}

.links_up  {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 7.5pt;
	color: #990066;
	text-decoration: none;
	letter-spacing: .2pt;

}
.title {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 7.5pt;
	text-decoration: none;
	outline:none;
}
.title a {

	color: #990066;
	text-decoration: none;
	outline:none;
}
.title a.hover {
	
	color: #990066;
	text-decoration: none;
	outline:none;
}
.indent{
	text-indent: 8px;
}

