body {
	background-image: url(./images/web2miami.png);
	height: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0;
	text-align: center;
	font-size: 13px; 
	font-family: Comic Sans MS, sans-serif;
	font-weight: normal;
	color: #330000;
}
#web-design-website-designer{ 
	background-color: #ffffff;
	border-color: #f20578;
	border-style: outset;
	border-width: 4px;
	height: 100%;
	margin: 0 auto; /* Override Firefox centering glitch */
	padding: 20px 70px 20px 70px;
	text-align: left;
	width: 800px;
}
.center {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
img {
	border: none;
}
img.bordered {
	border-color: #4bd1fa;
	border-style: solid;
	border-width: 1px;
}
p {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;	
}
p.center {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;	
}
/**/
a:link 
{ 
	color: #00b2be;
	background-color: transparent;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
}
a:visited 
{ 
	color: #00b2be;
	background-color: transparent;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
}
a:hover 
{ 
	color: #f20578;
	background-color: transparent;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
}
a:active 
{ 
	color: #aa0068;
	background-color: transparent;
	font-style: oblique;
	font-variant: normal;
	text-decoration: underline;
}
/**/
a.link1:link 
{ 
	color: #330000;
	background-color: transparent;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
a.link1:visited 
{ 
	color: #330000;
	background-color: transparent;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}
a.link1:hover 
{ 
	color: #f20578;
	background-color: transparent;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
}
a.link1:active 
{ 
	color: #aa0068;
	background-color: transparent;
	font-style: oblique;
	font-variant: normal;
	text-decoration: underline;
}
