/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

.mylink a:link, a:link, a:visited {
	color:#3333bb;
	text-decoration:none;
}
.mylink a:hover, a:hover {
	text-decoration:underline;
}
.mytext {
	font-size:1.2em;
}

.customtext {
/*	color: #992B59;*/
	color:#000066;
	font-size:100%;
}
