/* CSS Document */
body {

	background-color: #FFFFFF;
	color: #000000;
	font-family: "Comic Sans MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p{
	
	text-align: justify;
}

h3{
	font-size: 18px;
//	line-height: 4px;
	font-weight: normal;
	color: #6666FF;
	padding-top: 12px;
//	padding-left: 5px;
	text-align: center;
//	vertical-align: top;
}

ul{
	text-align: justify;
	list-style-image: url(Resume/Images/dot.jpg);
}
li{
	padding-bottom: 1px;
}

ol {
	list-style-image: url(Resume/Images/dot2.jpg);
}

td {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}

td.gallery {
	text-align:center;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
}

td.gallery:hover {
	background-color: #FFFF99;
}

td.thumbnail {
	vertical-align: middle;
	text-align:center;
	width: 108px;
}


img {
	border: 0;
}

img.thumbnail {
	border: 0;
	
}

img.thumbnail:hover {
	border: solid;
	border-color:#FF9999;
	border-width:medium;
}


a:link {
	color: #6666FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6699;
}
a:hover {
	text-decoration: none;
	color: #CC33FF;
}
a:active {
	text-decoration: none;
	color: #FFFF66;
}


.style5 {font-size: 9px}
.style6 {
	color: #FFFFFF;
	font-style: italic;
}

.name {
	font-size: 40px;
	color: #6666FF;
	font-weight: normal;
	line-height: 40px;
}
