/*
PKP Web Site CSS Definition
*/

A {
	font: 11pt comic sans ms,arial,helvetica,sans-serif;
	color: #003399;
	text-decoration: underline;
	}

A:active {
	color: #cc0000;
	text-decoration: underline;
	}

A:hover {
	color: #cc0000;
	text-decoration: underline;
	}

P {
	font: 10pt comic sans ms,arial,helvetica,sans-serif;
	color: #000000;
	font-weight : normal;
	}

TD {
	font: 10pt comic sans ms,arial,helvetica,sans-serif;
	color: #003399;
	font-weight : normal;
	}

H4 A {
	color: #003399;
	text-decoration: none;
	font-weight : bold;
	}


H4 A:active {
	color: #cc0000;
	text-decoration: none;
	font-weight : bold;
	}


H4 A:hover {
	color: #cc0000;
	text-decoration: none;
	font-weight : bold;
	}

background {
	color: #ffffff;
	}
	
body {
	background-color : #ffffff;
	font: 10pt comic sans ms,arial,helvetica,sans-serif;
	color: #000000;
	}

.small {
	font: 8pt;
	}
	
.small A {
	color: #003399;
	text-decoration: none;
	}


.small A:active {
	color: #cc0000;
	text-decoration: underline;
	}


.small A:hover {
	color: #cc0000;
	text-decoration: underline;
	}

H1 {
	font : 18pt comic sans ms,arial,helvetica,sans-serif;
	font-weight : bold;
	color : #000000;
	}
	
H2 {
	font : 14pt comic sans ms,arial,helvetica,sans-serif;
	font-weight : bold;
	color : #000000;
	}
	
H3 {
	font : 12pt comic sans ms,arial,helvetica,sans-serif;
	font-weight : bold;
	color : #000000;
	}
	
H4 {
	font : 11pt comic sans ms,arial,helvetica,sans-serif;
	font-weight : bold;
	color : #003399;
	}
	
H5 {
	font : 10pt comic sans ms,arial,helvetica,sans-serif;
	font-weight : bold;
	color : #003399;
	}
	
pre {
    font: 10pt courier;
	}


