.title	{font-size:36pt;} /* title of page */
.name	{font-family:sans-serif;} /* name of student*/
.thumb	{width:155px; height:200px; border:1px gray solid;} /*thumbnail image*/
	.thumb:hover {border:1px blue solid;}
.order  {padding:3px;} /*order info*/
.page {width:650px; height:841px; border:1px solid black; padding:5px; margin:10px; background-color:white;} /*border around each comic page*/
.notes {text-align:left; padding-left:10%; padding-right:10%; padding-bottom:15pt;}
.review {text-align:left; margin-left:20%; margin-right:10%; padding:15pt; background-color:#d7f1fa;}

A		{text-decoration:none; color:gray;}
	a:hover	{color:blue;}
TD		{text-align:center;}
BODY	{text-align:center; background-color:#EEEEEE;}