/**
 * rafi.css (Cascading Style Sheet)
 *
 *
 * @author:  Raphael Marvie
 * @date:    Dec 21, 2000
 * @version: 0.1.0
 *
 * Feuille de style pour les pages web de rafi.
 */

A:link { color: yellow ; text-decoration: none }       /* unvisited link */
A:visited { color: yellow ; text-decoration: none }   /* visited links */
A:active { color: red ; text-decoration: none }    /* active links */

body {
	background: black;
	font-family: "courier";
	color: white ;
	link: yellow;
	padding: 15px;
}

.hide {
	display: none; 
	color: black;
}

tt {
	font-family: "courier"
}

h1,h2,h3,h4
{
	font-family: "courier";
	color: white;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
}

h2 { 
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-weight: bold;	
}

h4 {
	font-size: 12pt;
	font-weight: normal;	
	font-style: italic;	
}

p {
	font-size: 12pt;
/*	font-weight: 300;*/
	font-family: "courier";
}

td {
	font-size: 12pt;
/*	font-weight: 300;*/
	font-family: "courier";
	color: white;
}

ol {
	list-style-type: lower-alpha
}

ul {
	list-style: circle
}

listing {
	font-size: 12pt;
	font-family: "courier";
	color: white;
}

pre {
	font-size: 12pt;
	font-family: "courier";
	color: white;
}

address {
	font-size: 10pt;
	font-family: "courier";
	color: white;	
}