img
{
float:right;
border:1px outline black;
margin:0px 0px 15px 20px;
}

table, td, tr
{
border-color:gray;
border-style:outset;
border-width:2px;
background-color:#99FFCC;
width:750px;
}

#img1
{
border-width:1px;
border-color:black;
border-style:outset;
}

#td1
{
border-top-width:10px;
border-right-width:10px;
border-left-width:0px;
border-bottom-width:0px;
}

#td2
{
border-top-width:0px;
border-right-width:0px;
border-left-width:0px;
border-bottom-width:10px;
border-style:outset;
}


#td3
{
border-top-width:10px;
border-right-width:0px;
border-left-width:10px;
border-bottom-width:0px;
border-style:outset;
}


body {background-color:#101010;}

p {color:black;}

a {color:black}

h1 {color:black}

#para1 {border-left-width: 0px;
	border-top-width:0;
	border-bottom-width:0;
	border-style: outset;
	border-color: red;
	}
	
div.ex
{
width:300px;
padding:10px;
border:5px solid blue;
margin:1px;
}

ul
{
list-style-type:none;
margin:0;
padding:0;
}
a:link,a:visited
{
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:black;
width:100px;
text-align:center;
padding:5px;
text-decoration:none;
text-transform:uppercase;
border-style:outset
}
a:hover,a:active
{
background-color:black;
}

div.grad { 

padding: 10px;
background-color: white; 
width:700px;
height:900px;
border:5px solid gray;
margin:0px;
padding-bottom:100px;

/* outer shadows  (note the rgba is red, green, blue, alpha) */
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

/* rounded corners */
-webkit-border-radius: 12px;
-moz-border-radius: 7px; 
border-radius: 7px;

/* gradients */
background: -webkit-gradient(linear, left top, left bottom, 
color-stop(5%, white), color-stop(50%, #D7E9F5), color-stop(5%, white)); 
background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%); 
}

div.grad2 { 

padding: 20px 20px 20px 20px;
background-color: white; 
width:125px;
height:850px;
border:5px solid gray;
margin:0px;
padding-bottom:100px;

/* outer shadows  (note the rgba is red, green, blue, alpha) */
-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4); 
-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

/* rounded corners */
-webkit-border-radius: 12px;
-moz-border-radius: 7px; 
border-radius: 7px;

/* gradients */
background: -webkit-gradient(linear, left top, left bottom, 
color-stop(5%, white), color-stop(50%, #D7E9F5), color-stop(5%, white)); 
background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%); 
}

div.grad3 { 

padding: 0px;
background-color: white; 
width:1037px;
height:172px;
border:5px solid gray;
margin:0px;


/* outer shadows  (note the rgba is red, green, blue, alpha) */
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

/* rounded corners */
-webkit-border-radius: 12px;
-moz-border-radius: 7px; 
border-radius: 7px;

/* gradients */
background: -webkit-gradient(linear, left top, left bottom, 
color-stop(5%, white), color-stop(50%, #D7E9F5), color-stop(5%, white)); 
background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%); 
}

