/* @override http://localhost/artistry/template.css */

body {
	background-color: #44403e;
	margin-left: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

p.bigwhite {
	margin: 8px 0 0 0;
	font-size: 34px;
	line-height: 34px;
	letter-spacing: -1px;
	color: #fff;
	font-weight: bold;
}

a {
color: #bfd63b;
text-decoration: none;	
}

a:hover{
color: #fff;
text-decoration: none;	
}

p.smallgreen {
	font-size: 20px;
	letter-spacing: -1px;
	color: #bfd63b;
	font-weight: bold;
}

p.smallwhite {
	font-size: 17px;
	letter-spacing: -1px;
	color: #fff;
	font-weight: bold;
}

