/* ShaunaKelly.com/word/images/basicconcepts.css */
/* This is basicconcepts.css, for the word basic concepts pages*/
/* Copyright Shauna Kelly, Melbourne, Australia, 2001, 2002, 2003 */
/* Use as follows
<link rel="stylesheet" type="text/css" href="../basicconcepts.css">
*/

DIV.WEContent DIV.Typewriter {
	border: 1px solid black;
	padding: 5px 0% 2px 0%;
	margin: 16px 10% 15px 15%;
	width: 60%;
	background: red;
	}

Div.WEContent DIV.Typewriter P {
	font-size: 90%;
	line-height: 120%;
	padding: 0px 2px 0px 2px;
	margin: 0;
	font-family: Courier New, monospace;
	}

div.CuriosityShop {
	margin: 0 0 10px 20px;
	padding: 0 2px 0 20px;
	border: 1px solid rgb(50,0,100);
	background: rgb(237,241,247);
	}

Div.WEContent Div.Reference 	{
	background-color: rgb(255, 248, 220); /* cornsilk */
	border: 1px solid lightsteelblue;
	margin: 0 0 10px 20px;
	padding: 0 2px 0 20px;
	}

Div.WEContent Div.Tutorial 	{
	margin: 0 0 10px 20px;
	padding: 0 2px 0 20px;
	border: 1px lightsteelblue solid;

	}

/* -- Tables -- */
DIV.WEContent TD.RightHeading {
		text-align: right;
		font-weight: bold;
		border-bottom: 1px black solid;
		padding: 1px;}

DIV.WEContent TD.RightFooting {
		text-align: right;
		font-weight: bold;
		padding: 1px;
		border-top: 1px black solid;
		}

DIV.WEContent TD.Right {
		text-align: right;
		padding: 1px;
		}