﻿/* CSS Document */
body {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	background-color:white;}
INPUT {font-size:11px;}
SELECT {font-size:11px;}

.title {font-size:18px; font-weight:bold; color:#000;}

/*----Links---------------------------------------------------*/
a.Standard:link {font-size:11px; text-decoration:none;}
a.Standard:active {font-size:11px; text-decoration:none;}
a.Standard:visited {font-size:11px; text-decoration:none;}
a.Standard:hover {font-size:11px; text-decoration:underline;}

/*----End: Links---------------------------------------------------*/

/* modified by jasons for the new top released April 2008. */
a.sharedhostingbutton{
	display: block;
	text-align: right;
	height:45px;
	width:118px;
	background-repeat:no-repeat;
	background-image:url(https://www.brinkster.com/BrinksterNav/images/sharedhosting.gif);
	cursor: hand;
}
a.sharedhostingbutton:hover{
	background-image:url(https://www.brinkster.com/BrinksterNav/images/sharedhosting_ro.gif);
}

a.dedicatedserverbutton{
	display: block;
	text-align: right;
	height:45px;
	width:132px;
	background-repeat:no-repeat;
	background-image:url(https://www.brinkster.com/BrinksterNav/images/dedicatedservers.gif);
	cursor: hand;
}
a.dedicatedserverbutton:hover{
	background-image:url(https://www.brinkster.com/BrinksterNav/images/dedicatedservers_ro.gif);
}
/*----END: jasons-----------------------------------------------------*/
