/*Created on 22nd November 2009Validated on 22nd November 2009Settings for Fonts and Lists (including Menu)File name - main.css*/* { /* Universal selector, changing the '*' to 'body' causes major alignment problems */	margin: 0; 	padding: 0;}html{ /* Selector to get IE to behave and resize text gracefully */	font-size: 100%; } body, th, td { /* Sets the background color and font attributes within the <body> of the page */	font-family: Arial, Helvetica, sans-serif;	font-size: 0.8em;	color: #666666; /* Grey */	background: #F7F7F7 url(images_irs/img01.gif) repeat-x;}h1 { /* Default Headline text */	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 2em;	color: #000080; /* Navy Blue */	font-weight: normal;	font-style: italic;	text-align: left;}p { /* Default Body text */	font-family: "Times New Roman", serif;	font-size: 1.5em;	color: #000000; /* Black */	font-weight: normal;	font-style: normal;	text-align: left;}.arial {	font-family: "Arial", serif;	font-size: 1.65em;	color: #000000; /* Black */	font-weight: normal;	font-style: normal;	text-align: left;}.arial-ctr {	font-family: "Arial", serif;	font-size: 1.65em;	color: #660000; /* Brown */	font-weight: bold;	font-style: italic;	text-align: center;}.byline {	font-family: "Times New Roman", serif;	font-size: 1.3em;	color: #00CCFF; /* Light Blue */	font-weight: normal;	font-style: italic;	text-align: left;	text-indent: 1em;}.console {	font-family: "Lucida Console", "Monaco", monospace;	font-size: 1.35em;	color: #000000; /* Black */	font-weight: bold;	font-style: normal;	text-align: left;}.headline { /* Text in page title (irs or scs) */	font-family: "Times New Roman", serif;	font-size: 2em;	color: #000000; /*Black */	font-weight: bold;	font-style: oblique;	letter-spacing: 0.065em;	word-spacing: 0.125em;	padding-top: 1.25em;	padding-left: 9.5em;}.helvetica {	font-family: "Helvetica", sans-serif;	font-size: 1.5em;	color: #660000; /* Brown */	font-weight: bold;	font-style: oblique;	text-align: left;}.palatino {	font-family: "Palatino Linotype", "Zapf Calligraphic", "Book Antiqua", "URW Palladio L", serif;	font-size: 1.45em;	color: #3A3634; /* Dark Grey */	font-weight: normal;	font-style: normal;	text-align: left;}.poem {	font-family: "Palatino Linotype", "Zapf Calligraphic", "Book Antiqua", "URW Palladio L", serif;	font-size: 1.45em;	color: #000000; /* Black */	font-weight: bold;	font-style: italic;	text-align: left;}.times-1 {	font-family: "Times New Roman", serif;	font-size: 1.5em;	color: #000080; /* Navy Blue */	font-weight: normal;	font-style: normal;	text-align: left;	margin-bottom: 1em;}.times-ctr {	font-family: "Times New Roman", serif;	font-size: 1.5em;	color: #000080; /* Navy Blue */	font-weight: bold;	font-style: italic;	text-align: center;}.tiny {	font-family: "Arial", serif;	font-size: 1.1em;	color: #000000; /* Black */	font-weight: bold;	font-style: normal;	text-align: left;}.title {	font-family: "Times New Roman", serif;	font-size: 1.95em;	color: #660000; /* Dark Brown */	font-weight: bold;	font-style: normal;	text-align: left;}.title-2 {	font-family: "Times New Roman", serif;	font-size: 1.5em;	color: #3A3634; /* Light Brown */	font-weight: bold;	font-style: normal;	font-variant: small-caps;	text-align: left;}/* List handling */p, ul, ol {	margin-bottom: 1.5em;	line-height: 1.6em;}ol { /* Ordered lists */	list-style-type: disc;}ul { /* Unordered lists */	list-style: none;}ul li { /* Little blue arrow on menu list */	padding-left: 10px;	background: url(images_irs/img16.gif) no-repeat 0px 10px;}/* Sets attributes for menu and all other links */ a:link {	color: #000099; /* Dark Blue */	font-size: 1.125em;	font-weight: normal;	text-decoration: none;}a:visited {	color: #808080; /* Grey */	font-size: 1.125em;	font-weight: normal;	text-decoration: none;}a:hover, a:active {	color: #990066; /* Maroon & Underlined */	font-size: 1.125em;	font-weight: normal;	text-decoration: underline;}