p
{
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration:none;
	text-align: justify;
	line-height: 150%;
	z-index:1000;
}

p.title
{
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Dancing Script', cursive;
	font-size: 100px;
	text-align: center;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
	z-index:1000;
}

p.subtitle
{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	text-align: center;
	z-index:1000;
}

p.subsubtitle
{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-align: left;
	z-index:1000;
}


/*
p.subtitle:hover
{
	font-size: 16px;
	text-decoration:bold;
	text-align: center;
	color:#eeee00;
}*/

p.paragraph
{
	color:#ffffff;
	font-size: 14px;
	text-decoration:none;
	text-align: justify;
	z-index:1000;
}

p.paragraph2
{
	color:#ffffff;
	font-size: 16px;
	text-decoration:none;
	text-align: center;
	z-index:1000;
}

p.smallparagraph
{
	font-size: 12px;
	text-decoration:none;
	text-align: justify;
	z-index:1000;
}

a
{
	color:#ffff00;
	text-decoration:none;
	z-index:1000;
}

a:hover
{
	color:#cccc00;
	z-index:1000;
}

/*
b
{
	color:#ffffff;
	text-decoration:none;
	z-index:1000;
}

b:hover
{
	color:#00ee00;
	z-index:1000;
}*/

