body {
	background: url(images/autotransport_logo.gif);
	background-repeat: repeat;
	text-align: center;
	background-color: Black;
	line-height: 40px;
}

h1 {
	color: Red;
	font-size: 60px;
}
h2 {
	color: Red;
	font-size: xx-large;
	text-align: center;
}
h3 {
	color: Red;
	font-size: x-large;
	text-align: center;
}
a	{color: white; 
	text-decoration: none; 
	background-color: transparent;
	} 

a:link	{color: white; 
		text-decoration: none; 
		background-color: transparent;
} 

a:visited{background-color: transparent;
color: red;
text-decoration: none;
} 

#header {
text-align: center;
width: 70%;
margin-top: 20px;
margin:0px auto;
margin-bottom: 20px;
padding: 10px;
border: 2px solid white;
font-family: "Courier New", Courier, monospace;
background-color: black;
}

#main {
margin:0px auto;

}

#footer {
clear: both;
text-align: center;
width: 80%;
color: white;
margin:0px auto;
margin-top: 20px;
margin-bottom: 20px;
padding: 10px;
border: 2px solid white;
background-color: black;
}


#right {
float: right;
margin:0px auto;
margin-right: 2%;
background-color: Silver;
margin-bottom: 20px;
padding: 2px;
width: 46%;
border: 2px solid white;
font-size: medium;
text-align: justify;
}

#left {
float: left;
margin:0px auto;
background-color: Black;
width: 46%;
text-align: center;
padding: 3px;
margin-left: 2%;
margin-bottom: 20px;
border: 2px solid white;
}

#bigtext {
	font-size: xx-large;
	padding-bottom: 50px;
	text-align: center;
}
#mediumtext {
	font-size: x-large;
	padding-bottom: 50px;
	text-align: center;
}
#mediumtextjustified {
	font-size: x-large;
	padding-bottom: 50px;
	text-align: justify;
}
#textjustified {
	font-size: large;
	padding-bottom: 50px;
	text-align: justify;
}
