@charset "iso-8859-1";

/**********************************************************
*                                                         *
*   below all logical mark up appearance is defined       *
*   Careful! Most of those are not really defined yet     *
*                                                         *
**********************************************************/
acronym {
	cursor: help ;
	border-bottom: 1px dotted #000000;
}
abbr {
	cursor: help ;
	border-bottom: 1px dotted #000000;
}
address{}
blockquote{
	color: #3283a5;
	font-weight: bold;
	font-size: 1em;
}
blockquote p {
	margin: 0 0 0.4em 0;
	padding: 0;
}
code {
	font-family: monospace;
	font-size: 1.167em;
}
cite {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
dl {}
dt{
	font-weight: bold;
}
dd {
	margin: 0 0 1.em 2.5em;
}
del{
	text-decoration:line-through;
}
dfn{}
em {
	font-style:italic;
}
ins {
	text-decoration:underline;
}
kbd {}
pre {
	font-family: monospace;
	font-size: 1.167em;
}
q {}
samp {}
strong {
	font-weight:bold;
}
var {
	font-size: 1.167em;
}
/**********************************************************
*                                                         *
*   below all physical mark up appearance is defined      *
*   Careful! Most of those are not really defined yet     *
*                                                         *
**********************************************************/
b {
	font-weight: bold;
}
big {
	font-size: large 
}
i{
	font-style:italic;
}
small{
	font-size: small;
}
sub {}
sup {}
tt{
	font-family: monospace;
	font-size: 1.167em;
}
/**********************************************************
*                                                         *
*   below all mark up that needs general defining         *
*                                                         *
**********************************************************/
hr {
height: 0.05em;
border: 0;
border-bottom: 1px solid #4d4d4d;
line-height: 0.5em;
padding: 0 0 0 0;
}
