Persian Learner Links

by clayshannon

HTML

<h1>Persian Learner Links</h1>

<h2>Persian Lessons</h2>
<p><a href="http://www.easypersian.com" target="_blank">Easy Persian</a></p>
<p><a href="http://quizlet.com/16779814/flashcards" target="_blank">Persian Alphabet flash cards</a></p>
<p><a href="http://www.byki.com/lists/Farsi/100-words-persian-topic-1.html" target="_blank">Persian Words #1</a></p>
<p><a href="http://www.byki.com/lists/Farsi/100-words-persian-topic-2.html" target="_blank">Persian Words #2</a></p>
<p><a href="http://www.byki.com/lists/Farsi/100-words-persian-topic-3.html" target="_blank">Persian Words #3</a></p>
<p><a href="http://www.byki.com/lists/Farsi/100-words-persian-topic-4.html" target="_blank">Persian Words #4</a></p>
<p><a href="http://www.byki.com/lists/Farsi/100-words-persian-topic-5.html" target="_blank">Persian Words #5</a></p>
<p><a href="http://www.byki.com/lists/Farsi/100-words-persian-topic-6.html" target="_blank">Persian Words #6</a></p>
<p><a href="http://www.byki.com/lists/Farsi/100-words-persian-topic-7.html" target="_blank">Persian Words #7</a></p>
<p><a href="http://www.byki.com/lists/Farsi/100-words-persian-topic-8.html" target="_blank">Persian Words #8</a></p>

<h2>YouTube Videos</h2>
<p><a href="http://www.youtube.com/watch?v=Q2jz8XzRLMs" target="_blank">Alphabet</a></p>
<p><a href="http://www.youtube.com/watch?v=n7tyZRP2Eog" target="_blank">Alphabet Connections</a></p>
<p><a href="http://www.youtube.com/watch?v=THGyoH68vsU" target="_blank">Vowels</a></p>
<p><a href="http://www.youtube.com/watch?v=ikTCLwASioA" target="_blank">Numbers</a></p>
<p><a href="http://www.youtube.com/watch?v=pnd9W0Ajl9o" target="_blank">Bible Books Part 1</a></p>
<p><a href="http://www.youtube.com/watch?v=Gyu4RGb6iX0" target="_blank">Bible Books Part 2</a></p>

<h2>Watchtower Publications</h2>
<p><a href="http://www.jw.org/fa/%D9%86%D8%B4%D8%B1%DB%8C%D8%A7%D8%AA/%D9%85%D8%AC%D9%84%D8%A7%D8%AA/wp20150101/" target="_blank">Watchtower 10/1/2014</a></p>
<p><a...

CSS

body {
    font-family: "Segoe UI", "Bookman Old Style", "Candara", "Calibri", "Consolas", sans-serif;
    font-size: 1.2em;
    background-color: black;
    color: orange;
}

h1 {
    color: lime;
}

th { color: skyblue }

td:first-child { 
    font-weight: bold; 
    font-family: "Segoe UI", "Candara", "Calibri", "Consolas", sans-serif 
}
a {
    color: yellow;
}