/* =====================================
   STYLESHEET FOR MAIL.BE
   Base stylesheet. All rights reserved.
   ===================================== */

/* Page */
html {
	font-size: 100%;
}
body {
	margin: 0;
	font-family: "Lucida Sans", "Luxi Sans", "Lucida Sans Unicode",
	"Lucida Grande", Arial, sans-serif;
	font-size: .70em; /* ~ 11px */
	/*font-size: .75em;*/ /* ~ 12px */
	line-height: 1.25;
	color: #333;
	background: white;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	font-weight: bold;
	font-style: normal;
}
h1 {font-size: 1.5em;}
h2 {font-size: 1.15em;}
h3, h4 {font-size: 1em;}

/* Lists */
ul, ol {
	margin: .75em 0 .75em 18px;
	padding: 0;
}
ul {
	list-style: disc;
}
li {
	margin: 0;
	padding: 0;
}
dl {
	margin: .75em 0;
	padding: 0;
}
dt {
	margin: .75em 0 0 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: .25em 0 .25em 32px;
	padding: 0;
}

/* Paragraphs */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}
address {
	margin: .75em 0;
	font-style: normal;
}

/* Quotations */
blockquote {
	margin: .75em 0 .75em 16px;
	padding: 0 0 0 6px;
	border-left: solid 2px #CCC;
}
q {font-style: italic;}
cite {font-style: italic;}
blockquote, q {quotes: none;}

/* Links */
a {
	text-decoration: none;
	/*color: #55930E;*/
	/*color: #580;¨*/
	color : blue;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
	/*color: #470;*/
	color: #0000FF;
}
a img {border: none;}

/* Misc inline elements */
em {font-style: italic;}
strong {font-weight: bold;}
del {text-decoration: line-through;}

/* Forms */
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, button, select {
	vertical-align: middle;
}
input[type="text"], textarea {
	font-size: 100%;
	font-family: inherit;
}
label {
	-moz-user-select: none;
	-webkit-user-select: none;
}
