/*-- makowiec.css --*/

.clear      {clear: both}
.left       {float: left}
.right      {float: right}
.textright  {text-align: right}
.centertext {text-align: center}
.inset      { margin-left: 4em; margin-right: 4em; }

ul          {list-style-type: disc}
A:link, A:visited
            {color: blue}
a:hover, A:active
            {color: red}
.dropcap    {
    padding-left:3px;
    padding-right:3px;
    float:left; 
    background-color:#330000;
    color:#CC9966; 
    font-size:xx-large; 
}
.top {  vertical-align: top}

P.intro {
 color: #FFCC33;
 background-color: blue;
 font-family: "Times New Roman", Times, serif;
 font-style: italic;
 margin-left: 5%;
 margin-right: 5%;
 padding-right : 10%;
 padding-left : 10%;
 text-indent : 5%;
}

p.hang {text-indent: -2em; margin-left: 3em;}
p.indent {text-indent: 2em; margin-left: 3em;}

/* Blatantly lifted from http://mako4css.com/ */
p.boxed {
	font-family: "Times New Roman", Times, serif;
	font-size : 1em;
	background-color : #F7F7F7;
	color : #000000;
	border: 1px #15C785 solid;
	padding: 4px;
	margin-left: 10%;
	margin-right: 10%;
}
div.menu p {
	font-family: "Times New Roman", Times, serif;
	background-color : #a0a0a0;
	color : #000040;
	border: 1px #15C785 solid;
	padding-left: 4px;
	padding-right: 4px;
}

table {
 margin-left: 2%;
 margin-right: 2%;
}
.nocursor {  cursor: default}
.floatRight {
	float: right;
	padding-left: 10px;
}
.lt {
	text-decoration: line-through;
}
a.external:link, a.external:visited, a.external:hover, a.external:active {
	background: url(images/aoutside.gif) no-repeat center right;
	padding-right: 9px;
	white-space: nowrap;
}
p.asdf {
	display: none;
}