@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,300);

body, html {
	font-family: 'Open Sans', sans-serif;
}

h1, h2 {

color:#fff;
background: #3d1c6e;
margin:0 0 15px 0;
text-indent:-1px;
font-weight:bold;
 padding: 10px;
 border-radius: 15px 4px 15px 4px;
 

}
h1 {

font-size:32px;


}
h2 {

font-size:22px;
text-align:center;
clear:both;


}

h3 {font-size:22px; border-bottom:dotted 1px #999;margin:15px 0px;}

p{
 
font-size:14px;
}



a {
font-weight:bold;
text-decoration:none;
color:#330099;
}
a:hover {
text-decoration:underline;
}

p {margin-bottom:10px;}

#powered a {color:#cc99ff}