/* CSS For The ABC Website (C) Lozi Jean-Pierre, 2003 */

.code {
	font-size : 12px;
	font-family : Courier, Monospace;
}
.token {
	font-size : 12px;
	font-family : Courier, Monospace;
	font-style: italic
}
.object {
	font-size : 12px;
	font-family : Courier, Monospace;
}
.reference {
	font-size : 12px;
	font-family : Verdana, Tahoma, Arial;
}
.keyword {
	font-size : 12px;
	font-family : Courier, Monospace;
	font-weight : bold;
}

body {
	margin : 0px 0px 0px 0px;
}
a {
	color : black;
}
a:hover, a:hover:visited {
	color : black;
}
a:visited {
	color : black;
}
p {
	text-align : justified;
}
.topmenu {
	text-align : center;
	font-family : Verdana, Tahoma, Arial;
	letter-spacing:10px;
	font-size : 12px;
	font-weight : bold;
	color : white;
}
a.topmenu, a.topmenu:visited {
	font-family : Verdana, Tahoma, Arial;
	letter-spacing:2px;
	font-size : 12px;
	color : white;
	text-decoration : underline;
}
a.topmenu:hover, a.topmenu:hover:visited {
	font-family : Verdana, Tahoma, Arial;
	letter-spacing:2px;
	font-size : 12px;
	color : white;
	text-decoration : underline;
}	
#contents {
	font-family : Verdana, Tahoma, Arial;
	font-size : 12px;
	vertical-align : top;
	line-height: 120%;
	padding-top:3px;
}
#footer {
	font-family : Verdana, Tahoma, Arial;
	font-size : 10px;
	text-align : center;
	color : #AAAAAA; 
	padding : 10px 10px 10px 10px;
}
