/* CSS Document */

body {
	background-image: url(http://www.irregulators.com/web-images/kiltBG.jpg);
}
.style1 {font-size: 14px; font-weight: bold}

.style2 {
		color: #ffffff;
	font-weight: bold;
	}
.style3 {font-size: 10px;
		color: #ffffff;
	font-weight: bold;
	}
.style4 {font-size: 22px;
		color: #000099;
	font-weight: bold;
	}	
.style5 {font-size: 36px;
	color: #000099;
	font-weight: bold;
	}
.style6 {font-weight: bold; font-style:inherit}

.style7 {font-size:22px; font-weight:bolder}

.style8 {font-size:10px}
.style9 {font-size:12px}
a:link {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #990033;
	font-weight: bolder;
}
a:active {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}