p {
    color: black;
}

a {
     text-decoration:none;
     color: #ad2e6a;
}

body
{
background-image:url('/md/teamrocket/images/PinkRBackground.png');
background-repeat:no-repeat;
background-attachment:fixed;
}

h1 {
    font-size: 3em;
    color: #ad2e6a;
    text-align: center;
}

h2 {
    font-size: 2em;
    color: #ad2e6a;
    text-align: center;
}

div.ex
{
background-image:url('/md/teamrocket/images/TextureFill.png');
background-repeat:repeat;
background-color: #FFF;
width:1000px;
padding:10px;
border-radius: 10px;
margin:auto;
}

div.ex2
{
background-image:url('/md/teamrocket/images/TextureFill.png');
background-repeat:repeat;
background-color: #FFF;
width:130px;
padding:10px;
border-radius: 10px;
}

div.ex3
{
background-image:url('/md/teamrocket/images/TextureFill.png');
background-repeat:repeat;
background-color: #FFF;
width:800px;
height:500px;
overflow: auto;
padding:10px;
border-radius: 10px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}