@import url(./extra_style.css);

body {
	background-image: url(images/lines_background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
}

h1    { font-size: 1em;}
h2    { font-size: 1em;}
h3    { font-size: 1em;}
h4    { font-size: 0.9em;}
ul    { font-size: 0.8em;}
p     { font-size: 0.8em;}

a:link    {color: #000000;}
a:visited {color: #000000;}
a:hover   {color: #CC3333; text-decoration: underline;}

a.menubar:link    {color: #333333; text-decoration: none;}
a.menubar:visited {color: #333333; text-decoration: none;}
a.menubar:hover   {color: #CC3333; text-decoration: underline;}

.tiny     {font-size: 0.7em;}
.asterisk {font-size: 0.7em; color: #666666}
.red      {color: #FF3333}

.tdlow {background-color: #EFEFEF}
.tdhigh {background-color: #CCCCCC}

.Intro      {border: 1px #999999 solid; background-color: #EFEFEF}
.WebOne     {background-image: url(images/bg_mouse.jpg); background-repeat: no-repeat; background-position: right center; border: 1px #999999 solid}
.WebTwo     {background-image: url(images/bg_screen.jpg); background-repeat: no-repeat; background-position: right center; border: #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.WebThree   {background-image: url(images/bg_laptop.jpg); border: #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-repeat: no-repeat; background-position: right center}
.WebHosting {border: 1px #999999 solid; background-image: url(images/bg_cable.jpg); background-repeat: no-repeat; background-position: right center}

.TopMenuItem {
   cursor: hand;
   background: #DDDDDD;
   border: 1px #666666 solid;
   padding-right: 10px;
   padding-left: 10px;
}
.TopMenuItemOver {
   cursor: hand;
   background: #FFFFFF;
   border: 1px #000000 solid;
   padding-right: 10px;
   padding-left: 10px;
}
