body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	align: center;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Top Right Menu Links: about, portfolio, etc. */
.MenuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #000000;
}

.SmallFooterText {
	font-size: xx-small;
	font-weight: normal;
}
.AndaleLink {font-size: xx-small;
			 color: #FFFFFF
			 }
			 
.MenuLinkLarge {
	color: #000000;
	font-weight: bold;
}
.RegularText {
	font-size: small;
	font-weight: normal;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/* default link */
.defaultlink:link {
	text-decoration: none;
	font-size: large;
	font-weight: normal;
	color: #000000;
}
.defaultlink:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-size: large;
}
.defaultlink:hover {
	text-decoration: none;
	color: #FF66CC;
	font-size: large;
	font-weight: normal;
}
.defaultlink:active {
	text-decoration: none;
	color: #000000;
	font-size: large;
	font-weight: normal;
}

/* Menu links in the pink line*   -- <a href="#" class="linkhover">Communication</a>*/
.linkhover:link {color:#000000; text-decoration:none;}
.linkhover:visited {color:#000000; text-decoration:none;}
.linkhover:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: lighter;
}

/* Pink links Small *   -- <a href="#" class="linkhover">Communication</a>*/
.pinklinkhover:link {
	color:#FF99CC;
	text-decoration:none;
	font-size: small;
	font-weight: bold;
}
.pinklinkhover:visited {
	color:#FF99CC;
	text-decoration:none;
	font-size: small;
	font-weight: bold;
}
.pinklinkhover:hover {
	color:#0099FF;
	text-decoration:none;
	font-weight: bold;
	font-size: x-small;
	font-style: normal;

}

/* Large Pink links *   -- <a href="#" class="linkhover">Communication</a>*/
.LargePinkLinkHover:link {
	color:#FF99CC;
	text-decoration:none;
	font-size: large;
	font-weight: bold;
}
.LargePinkLinkHover:visited {
	color:#FF99CC;
	text-decoration:none;
	font-size: large;
	font-weight: bold;
}
.LargePinkLinkHover:hover {
	color:#0099FF;
	text-decoration:none;
	font-weight: bold;
	font-size: large;
}
/* Photo Links - to specify black border */
.photolinkhover:link {
	color:#000000;
	text-decoration:none;
	border-color: #000000;
}
.photolinkhover:visited {
	color:#000000;
	text-decoration:none;
	border-color: #000000;
}
.photolinkhover:hover {
	color:#000000;
	text-decoration:none;
	border-color: #000000;
}
.photolinkhover:active {
	color:#000000;
	text-decoration:none;
	border-color: #000000;
}
.fotgal {
	border: 1px;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
}
A:hover, A:active {color: #FF99CC}
A:hover .fotgal, A:active .fotgal {border:1px; border: 1px;
border-color: #FF99cc; border-style: solid}
.dashedborder {
	border: 1px dashed #000000;
}
