/* style.css*/
/* The style sheet of the Fuller website*/
#title{
	color:#9F5D43;
	font-size:48px;
	font-family:Garamond;
	font-weight: bold;
	font-style:italic;
	}
#hea{background-color:#9F5D43;color:#FFFFBF;}
#bold{font-weight: bold;}
#align_center{text-align:center}
td.title{color:#663333;font-weight:bold; text-align:center}
body{background-image:url(bg.jpg);background-position:10% 50%}
#coor{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:x-small}
#big_p{text-align:center;font-weight: bold;color:#9F5D43; font-size:18px;}
#appli{color:#000066;font-weight: bold;}
#line_title{font-weight:bold; color:#663333; text-decoration:underline;text-align:center }
#rent{font-family:Garamond; font-size:16px}
#marge{margin-left:200px}
p.big_p{text-align:center;font-weight: bold;color:#9F5D43; font-size:18px;}
P.big_p2{text-align:center;font-weight: bold;color:#9F5D43; font-size:25px;}
p.small{font-style:italic;font-size:12px;color:#9F5D43;text-align:right }
#button{border:solid;
		color:#993300;
  		background-color:#FFFF99;
		font-size:15px;
		text-decoration:none;}
