/************************************************************
  Disney DVD Rancking Cascading Style Sheet
                    by Yuko Haraki Kimura on Feb, 2003
                    common.css
************************************************************/

body{
	background-image: url("common/mickeybk.jpg");
	background-repeat: repeat;
	color: black;
	font-family: MS P ƒSƒVƒbƒN, verdana, sans-serif;
	text-align: left;
	margin-top: 0;
	margin-left: 0;
}

a:link{	
	color: #800000;
}
a:active{
	color: #FF4040;
}
a:visited{
	color: #808000;
}
a:hover{
	color: #FF8080;
}

hr{
	height: 1;
	color: #5A6E52;
}

.leftLink{
	width: 150px;
	vertical-align: top;
}

.rightBody{
	width: 600px;
	vertical-align: top;

}

.title{
	text-align: left;
	color: #5A6E52;
	font-weight: bolder;
	font-size: 100%;
	padding: 5px;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.alignBottom{
	vertical-align: bottom;
}

.alignTop{
	vertical-align: top;
}

img.floatPicRight{
	float: right;
	border: none;
	text-align: left;
}

img.floatPicLeft{
	float: left;
	border: none;
	text-align: right;
}

td.coverImg{
	text-align: center;
	vertical-align: center;
	width: ;
}

img.size50{
	width: 50%;
}

.font90{
	font-size: 90%;
}

.emph{
	font-size: 95%;
	font-weight: bolder;
}

dt{
	font-size: 100%;
	font-weight: bolder;
	text-indent: 10px;
	line-height: 1.5;
}

dd{
	font-size: 95%;
}
