/* paulkimjones.com sitestyle css3 */

body {
	background-color: #FFC0CB;
}
h1.pageheader {
	color: green;
	text-align: center;
        background-color: yellow;
        font-weight: bold;
        font-variant: small-caps;
        text-shadow: 1px 1px 2px black,2px 2px 3px black;      
}

h1.pagefooter {
	color: red;
	text-align: center;
        background-color: yellow;
        font-weight: bold;
        font-variant: small-caps;
        text-shadow: 1px 1px 0 black,2px 2px 0 black;      
}


.boxy {
	text-align: justify;
        font-size: large;
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        border-width: 10px;
        border-style: ridge;
        border-color: blue;
        padding: 18px 10px 18px 10px;
        background-color: #99FFFF;
}
/*
p:first-letter {
font-size: 400%;
display: block;
float: left;
margin: 0.06em 0 0;
height: 3.5em;
color: green;
line-height: 70px;
}
*/

p:first-line
{
font-weight: bold;
} 

p:first-letter
{
font-size:200%;
color:green;
} 