

/*This is the main style sheet of the EFry site.*/


body {
	background: white;
	font-family: Arial, sans-serif;
	}

h1 {
	font-size: 150%;
	text-align: center;
	}


h2 {
	font-size: 120%;
	}
	
h3 {
	font-size: 105%;
	}
	
table.txt {
	border: 7px double #0202EF;
	}
	
td.text {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	}
	
img.fry {
	float: left;
	}

li.inside {
	list-style-position: inside;
	}

img.candle {
	float: right;
	}
	
.nowrap {
	clear: left;
	}
	
a {	
	font-weight: bold;
	}

