/* HTML TAGS */

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16pt;
	color:#000;
}

h1 {
   font-size:14pt;
   font-weight: bold;
   color:#000;
   text-align: left;
}

h3 {
	margin-bottom: 10px;
}

a {
   font-size:14pt;
   color:#000;
   text-decoration: none;
}

hr {
  color:#000;
  height: 1px;
  margin-bottom: 10px;
}

/* IDs */

#wrapper {
  width: 100%;
}

#header {
   visibility: hidden;
}

#nav {
   visibility: hidden;
}

#nav div {
   visibility: hidden;
}

#theForm {
    visibility: hidden;
}

#theText {
    background-color:#FFF;
    width: 90%;
    margin: -30px 10px 10px 10px;
    text-align: left;
}

#recipeNameR {
   font-size:18pt;
   font-weight: bold;
   color:#000;
   margin-bottom: 10px;
   
}

#ingredientsR {
   margin-bottom: 10px;
}

#instructionsR {
   margin-bottom: 10px;
}

#recipeTable a{
  font-size:14pt;
}

#courseR {
  visibility: hidden;
}

#cuisineR {
  visibility: hidden;
}

#courseList {
  visibility: hidden;
}

#originR {
  visibility: hidden;
}

#createdByR {
  visibility: hidden;
}

#createdDateR {
  visibility: hidden;
}

#notesR {
  font-size:14pt;
  color:#000;
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 10px;
}

#footer {
   visibility: hidden;
}

#copyright {
   position: relative;
   top: 57px;
}

#copyright a{
   font-size:14pt;
}

