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

body {
	font-family: "Myriad Pro", Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #000;
	font-size: 36px;
	text-align: center;
/*	background-image: url(Background.png);*/
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.smaller1 {
	font-size: 24px;
}
.smaller2 {
	font-size: 16px;
}
.break1 {
	font-size: 16px;
}

