/* CSS for Mathieu.Richardoz.net */

/*

A 		    {color: #5522FF; }
A:link    {border-bottom-width: 1px; border-bottom-style: dotted; text-decoration: none}
A:visited {border-bottom-width: 1px; border-bottom-style: dotted; text-decoration: none}
A:active  {border-bottom-width: 0px; border-bottom-style: none; text-decoration: underline; color: ##5522FF; }
A:hover   {border-bottom-width: 0px; border-bottom-style: none; text-decoration: underline; color: ##5522FF; }

A.ImageLink 				{color: #000000; }                                                                                  
A.ImageLink:link    {border-bottom-width: 0px; border-bottom-style: none; text-decoration: none}                      
A.ImageLink:visited {border-bottom-width: 0px; border-bottom-style: none; text-decoration: none}                      
A.ImageLink:active  {border-bottom-width: 0px; border-bottom-style: none; text-decoration: none}
A.ImageLink:hover   {border-bottom-width: 0px; border-bottom-style: none; text-decoration: none}

*/

body {
	background-color: #99AAAA;
	text-align: center;
	min-width: 780px;
	
	font-family: Lucida Sans, Verdana, Arial, sans-serif;
	font-size: 14px;
	
}

td {
	font-family: Lucida Sans, Verdana, Arial, sans-serif;
	font-size: 14px;
}

input {
	font-family: Lucida Sans, Verdana, Arial, sans-serif;
	font-size: 14px;
	
	width: 300px;
	
}

textarea {
	font-family: Lucida Sans, Verdana, Arial, sans-serif;
	font-size: 14px;

	width: 300px;
	height: 150px;
}


.Title {
	font-size: 24px;
}

.Intro {
	font-size: 14px;
}

.Signature {
	font-size: 14px;
	font-style: italic;
}
	
.Info {
	font-size: 14px;
	font-weight: bold;
}

