/* mystyles.css - Cascading Style Sheets for actionmoviefreak */

h1 { font-size: 30pt; font-family: "Arial"; text-align:left;}

h2 { font-size: 24pt; font-family: "Arial"; text-align:left;}

p	{
	font-family:"Arial" Helvetica, sans-serif; 
	font-size: 12pt;
	}

a[href]:link { 
	color: #0000FF;
	text-decoration: none;
 	 font-weight: bold;
	}
a[href]:visited { 
	color: #660066;
	text-decoration: none;
	}
a[href]:hover { 
	color: #0000FF;
	text-decoration: underline;
	}