body {
	font-family: Arial Narrow, Tahoma, Georgia;
	font-size: 14px;
	color: 3f3f3f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	
}

html {
        scrollbar-base-color: green;
        scrollbar-arrow-color: black;
        scrollbar-track-color: black;
        scrollbar-shadow-color: white;
        scrollbar-darkshadow-color: orange;
        scrollbar-lightshadow-color: orange;
        scrollbar-highlight-color: white;
        scrollbar-3dlight-color: black;

}

img{border:0px;}

td {
	font-family: Arial Narrow, Tahoma, Georgia;
	font-size: 14px;
}

th {
	font-family: Arial Narrow, Tahoma, Georgia;
	font-size: 14px;
}

a {
	font-size: 14px;
	color: #dd2e00;
	}

h1 {
    font-size: 24px;
	line-height: 0px;
	font-weight: bold;
	color: #DE720F;
		}
	
h2 {	
	font-family: Arial Narrow, Tahoma, Georgia;	
	font-size: 18px;	
	color: #DE720F;
	border-bottom: dotted;
	border-color: #666666;
	}

	
h3 {	
	font-family: Arial Narrow, Tahoma, Georgia;	
	font-size: 18px;	
	font-color: red;
	font-style: underline;
	}

.style1 {
    font-size: 24px;
	font-weight: bold;
	color: #DE720F;
		}

.style3 {color: #FFFFFF}

.style4 {color: #AA064B}

.style5 {
	font-size: 14px;
	font-weight: bold;
}

.style7 {
	font-size: 14;
	font-style: italic;
}

.style8 {font-size: 16px}

.bodystyle {
	font-family: Arial Narrow, Tahoma, Georgia;
	font-size: 12px;
}

.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
border-bottom: dotted;
border-color: #666666;
color: red;
background: ;
}

.thepet{
border: ;
margin-left: 40px;
margin-right: 20px;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}

.small {
	font-family: Arial Narrow, Tahoma, Georgia;
	font-size: 9px;
}

.medium {
	font-family: Arial Narrow, Tahoma, Georgia;
	font-size: 12px;
}

.big {
	font-family: Arial Narrow, Tahoma, Georgia;
	font-size: 12px;
}

.xbig {
	font-family: Arial Narrow, Tahoma, Georgia;
	font-size: 12px;
}

.expanded {
	font-family: Arial Narrow, Tahoma, Georgia;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial Narrow, Tahoma, Georgia;
	text-align: justify;
}

.footer {
	font-family: Arial Narrow, Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

a.external:link {
                  text decoration: none; 
                  color: "blue";
}
