body 			{
					background-color:	white;
			 		margin:				15px;
		 			padding:			0px;
		 			color:				black;
					font-size:			12px;
				}

img				{
					border-width:		0px;
				}

caption			{
					text-align:			center;
					font-size:			large;
					font-weight:		bold;
					color:				white;
					white-space:		nowrap;
					background-color:	rgb(80,100,255);
					margin:				0px;
					padding-bottom:		0px;
				}

.text-right		{
					text-align:			right;
				}

.text-center	{
					text-align:			center;
				}

.Copyright		{
					text-align:			center;
					background-color:	rgb(96,144,239);
					margin-top:			10px;
					width:				100%;
					padding:			15px;
					font-size:			small;
					color:				white;
				}

.Footer			{
					text-align:			right;
					background-color:	rgb(96,144,239);
					width:				100%;
					padding:			15px;
					font-size:			small;
					color:				white;
				}

table.diary		{
					position:			relative;
					left:				15%;
					width:				70%;
					padding:			15px;
		 			margin-top:			15px;
					border-width:		7px;
					border-color:		rgb(96,144,239);
					border-style:		double;
					font-size:			12px;
				}

table.prof		{
			 		margin-bottom:		15px;
				}
