/*
HERITAGE INFORMATION
--------------------
markup.css
*/


/*
COLOR CHART
-----------
Typo Bloody-Red => #b30000
*/


/*
TYPO CHART
-----------
Body text     => verdana regular 13px, sans serif
Menu text     => times© 12px, serif

*/

body{
text-align:center;
font-size:13px;
line-height:26px;
font-family:verdana;
color:#333333;
}

h1 {
font-size:14px;
font-weight:normal;
color:#b30000;
text-transform:uppercase;
margin-bottom:31px;
}

em{
font-style: normal;
color:#b30000;
}

p{
margin-bottom:31px;
}

br{
height:14px;
}

a{
color:#b30000;
}

.lienNoir{
text-decoration: none;
color: black;
}

.italic{
font-style: italic;
}

cite{
float:right;
width:90%;
text-align:right;
}

img{
border:0px;
}

a.ref {
text-decoration:none;
}

.references a{
text-decoration:none;
}
.references img{
margin-left:5px;
border:0px;
}

.preArrow{
margin-right:5px;
}

.postArrow{
margin-left:5px;
}

