BODY {margin-left:100px;margin-right:100px;background-color: #A7AEDF;}

.languages {text-align:right} /* used for the list of links to other languages */
.languagelink {} /* for one specific link to another language */
.lanugagelink A:link {color:blue;} /* anchor pseudo classes, see http://www.w3schools.com/CSS/css_pseudo_classes.asp */
.languagelink A:visited {color: purple;}
.languagelink A:active {color: red;}
.languagelink A:hover {color:blue;background-color: yellow;}

.internallink {font-size:120%;} /* used for the list of hyperlinks at the top of the page, which refer to anchors inside the same page */
.internallink A:link {color:blue;} /* anchor pseudo classes, see http://www.w3schools.com/CSS/css_pseudo_classes.asp */
.internallink A:visited {color: purple;}
.internallink A:active {color: red;}
.internallink A:hover {color:blue;background-color: yellow;}

.externallink {} /* used for external links */
.externallink A:link {color:blue;} /* anchor pseudo classes, see http://www.w3schools.com/CSS/css_pseudo_classes.asp */
.externallink A:visited {color: purple;}
.externallink A:active {color: red;}
.externallink A:hover {color:blue;background-color: yellow;}

.newparagraph {font-size:130%;} /* for starting a new paragraph, a paragraph is here a piece of text which is being linked to from the top of the page */
.subtitle {font-size:120%;}
.header {margin-top:25px;margin-bottom:25px;color:black;font-size:250%;text-align:center} /* it's the header */
.text {margin-top:25px;margin-bottom:25px;} /* for all normal text */ 
.websiteicon {margin-left:0px;margin-right:0px;position:absolute;top:0;left:15;} /* for my nice icon */ 
.androidicon {margin-left:50px;margin-right:0px;position:absolute;top:0;margin-right:115;} /* for the google android icon */ 
.brothersofticon {margin-left:150px;position:absolute;top:0;} /* for the google android icon */ 
.copyright {color:#555555;text-align:center;margin-top:35px;} /* for the copyright notice in the footer */
.image {margin-left:5px;margin-right:5px;} /* for the screenshots */
