/* Style Sheet for Second Avenue Studios */

/* set font styles as follows
list the font you want to use first, then one or more alternate fonts and finally a font type. The selected font can only be shown if the end users computer has the font installed, so try to avoid the use of obscure fonts

fonts with names consisting of more than one word should be enclosed in quotes

samples 

"Lucida Grande", Lucida, Verdana, sans-serif
"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif
Georgia, "Times New Roman", Times, serif
"Courier New", Courier, mono

*/

/*If you want this size in pixels (px) 	Declare this percent (%)
10 	77
11 	85
12 	92
13 	100
14 	107
15 	114
16 	122
17 	129
18 	136
19 	144
20 	152
21 	159
22 	167
23 	174
24 	182
25 	189
26 	197*/



p {
	font-size: 100%;
}

/* @group headlines */

/* h1 header - this is the main title for each page */

h1 {
	color: #800040;
	font-weight: bold;
	font-size: 122%;
}

/* h2 header - these are the section titles for news and features */

h2 {
	font-weight: bold;
	font-size: 114%;
}

/* h3 header - items like class titles in the sidebars */

h3 {
	font-weight: bold;
	font-size: 107%;
}

/* @end */

/* @group links */

a:link, a:visited {
	color: #333;
	text-decoration: none;
	font-style: italic;
	font-size: 100%;
}

a:hover {
	color: #F30;
}


/* @end */