@charset "utf-8";
/* SH Web Design CSS */

/* PARAGRAPH TAG */

p {
padding: 5px;
}

/* CLASSES */

.clear {
clear: both;
}

.warning {
color: #FF0000;
font-weight: bold;
}

/* Text styles */

.bold {
font-weight: bold;
}

.boldcenter {
font-weight: bold;
text-align: center;
}

.italic {
font-style: italic;
}

.strikethrough {
text-decoration: line-through;
}

.underline {
text-decoration: underline;
}

.undersubheader {
font-weight: bold;
text-align: center;
}

/* Text alignments */

.left {
text-align: left;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

.justify {
text-align: justify;
}

/* Portfolio */

.portfolio-img {
float: left;
}

/* IPN system */

#redletter {
    font-size: 110%;
    color: maroon;
    font-style: oblique;
    font-weight: bold;
}

#whiteletter {
    color: white;
    font-style: oblique;
    font-weight: bold;
}

a.whiteletter:link {
    color: white;
    text-decoration: none;
}

a.whiteletter:visited {
    color: white;
    text-decoration: none;
}

a.whiteletter:hover {
    color: white;
    background: black;
}

#small {
    font-size: 80%;
}

#t1    
    {
    	color: white;
    	font-size: 100%;
    	line-height: 150%;
    	font-weight: 600;
    	font-family: verdana, arial, geneva, tahoma, sans-serif;
    	font-style: normal;
    	font-variant: normal;
    	background-color: maroon;
    }

	tt { color: maroon; }
	p { margin: 0 1em 0 1em; }
	h4 { margin: 0 1em 0 1em; }
	dl { margin: 0 1em 0 3em; }
	ul	
	{
		margin: 0 1em 0 3em;
		text-transform: uppercase;
	}
	#small { font-size: 80%; }
	
	#caution	
	{
		background-color: yellow;
		border-color: black;
		border-width: 1px;
		border-style: dotted;
		font-weight: 500;
		margin: 0;
		padding: 1ex;
	}
	
	.box	
	{
		width: auto;
		margin: 1em;
		padding: 1em 1em 0em 1em;
		border-color: maroon;
		border-width: medium;
		border-style: solid;
		background-color: ivory;
	}