/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font: inherit; font-size: 1em; font-weight: bold; white-space: normal; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border: none; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 1; }
headerlogos { height: 137px; width: 755px; }
caption, th, td, center { text-align: ; border-spacing: 0;  }
body { line-height: 1; align: center; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; vertical-align: top;}
sub, sup { vertical-align: baseline; }
a { font-color: brown; }
hr { display: none; } /* we don't need a visual hr in layout */
font { color: white; font: inherit !important; font-family: Geneva, Arial, Helvetica;} /* disables some nasty font attributes in standard browsers */
content { overflow: auto; -moz-binding: none; }
blink { text-decoration: none; }
nobr { white-space: normal; }
p { color: #cccccc; font: inherit !important; margin-left: 30; font-size: 12px; text-align: left; font-family: Geneva, Arial, Helvetica; }
h1 { vertical-align: text-top; font-size: 30px; color: #9d0c00; margin-bottom: 0; 
	padding: 0 0px 0px 40px; font-family: Geneva, Arial, Helvetica; text-align: left; font-weight: bold; }
h2{
	color: #9d0c00;
	padding: 5px 0px 0px 30px;
	
	font-family: Geneva, Arial, Helvetica;
	text-align: left;
	font-size: 20px;
	font-weight: normal;	
}

bacbroung { background: no-repeat; }
a:link 				{ color: gray; text-decoration: none; font-weight: bold; }
a:visited 			{ color: #515151;text-decoration: none;}
a:hover, a:active	{ color: #515151;text-decoration: none;}
/*

CHANGELOG

23/8-07

Added deprecated tags <listing>, <xmp> and <plaintext> in the code block

Resorted to normal white-space in all code tags

Disabled the deprecated <marquee>, <blink> and <nobr> tag in some browsers

*/
